--- version: "2.1" services: tautulli: container_name: mangrana_tautulli image: ghcr.io/linuxserver/tautulli environment: - PUID=${USER} - PGID=${GROUP} - TZ=Europe/Madrid volumes: - ./config:/config ports: - ${HOST_WEBUI_PORT}:8181 restart: unless-stopped