Convert Jellyfin
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-01-23 09:07:56 -06:00
parent bb04d11f57
commit f717b9f7e4

View file

@ -5,13 +5,13 @@ services:
image: lscr.io/linuxserver/jellyfin image: lscr.io/linuxserver/jellyfin
container_name: jellyfin container_name: jellyfin
environment: environment:
- PUID=1001 - PUID=1964
- PGID=998 - PGID=1964
- TZ=America/Chicago - TZ=America/Chicago
# - JELLYFIN_PublishedServerUrl=http://jellyfin.local:8096 # Optional, helps clients find the server # - JELLYFIN_PublishedServerUrl=http://jellyfin.local:8096 # Optional, helps clients find the server
volumes: volumes:
- /DockerVol/Jellyfin/config:/config - /DockerVol/Jellyfin/config:/config
- /data/nfs/Baxter/Data/media:/data:shared - /data/nfs/znas/Data/media:/data:shared
ports: ports:
- "8096:8096" - "8096:8096"
- "8920:8920" - "8920:8920"