services: jellyfin: image: jellyfin/jellyfin:latest container_name: jellyfin restart: unless-stopped environment: - PUID=${PUID:-1000} - PGID=${PGID:-1000} - TZ=${TZ:-Europe/Berlin} ports: - "${HTTP_PORT:-8096}:8096" volumes: - ${CONFIG_PATH:-/srv/jellyfin/config}:/config - ${MEDIA_PATH:-/srv/media}:/media