services: jellyfin-dev: image: linuxserver/jellyfin:10.11.6 container_name: jellyfinsyncplus-dev environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC ports: - "8096:8096" volumes: - ./config:/config - ./plugins/JellyfinSyncPlus_0.1.0.0:/config/data/plugins/JellyfinSyncPlus_0.1.0.0 # Real video content for testing Phase 2 relay. Read-only: recordings here are # never to be deleted or modified by this project, mounting :ro enforces that # rather than just relying on discipline. - /mnt/geforce:/media/geforce:ro restart: "no"