version: "3.5" services: jellyfin: image: jellyfin/jellyfin container_name: jellyfin user: 1000:1000 network_mode: "host" volumes: - ./config:/config - ./config/web-config.json:/jellyfin/jellyfin-web/config.json - ./cache:/cache - /citadel/fabian/Medien/Audio:/media - /citadel/media:/movies # - /media/edi/Emberhawk/citadel/media:/media2 restart: on-failure:10 # Optional - alternative address used for autodiscovery # environment: # - JELLYFIN_PublishedServerUrl=http://example.com