Update docker-compose.yml
Some checks failed
External Trigger Scheduler / external-trigger-scheduler (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Package Trigger Scheduler / package-trigger-scheduler (push) Has been cancelled

Updated Time zone and config path
This commit is contained in:
2025-05-20 20:12:24 -04:00
parent 6ff4914d76
commit 991aa8231e

View File

@@ -1,4 +1,3 @@
version: "3.8"
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
@@ -6,10 +5,10 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- TZ=America/Kentucky/Louisville
- JELLYFIN_PublishedServerUrl=http://10.10.10.142 #optional
volumes:
- ./jellyfin/config:/config
- /opt/stacks/jellyfin/jellyfin/config:/config
- /mnt/8tbraid/video/tv:/data/tvshows
- /mnt/8tbraid/video/movie:/data/movies
ports: