services: jellyfin: image: jellyfin/jellyfin:10.8.5 container_name: jellyfin restart: unless-stopped volumes: - /data/local_share/public/Videos:/media - /var/docker/jellyfin/cache:/cache - /var/docker/jellyfin/config:/config network_mode: "host"