Update docker-compose.yml
Updated Time zone and config path
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user