We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2de17 commit 0df856cCopy full SHA for 0df856c
services/jellyfin/docker-compose.yml
@@ -45,8 +45,7 @@ services:
45
- TZ=Europe/Amsterdam
46
# - JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
47
volumes:
48
- - ./media/config:/config
49
- - ./jellyfin/config:/config
+ - ./${SERVICE}-data/config:/config
50
- ./media/tvseries:/data/tvshows
51
- ./media/movies:/data/movies
52
depends_on:
@@ -58,4 +57,4 @@ services:
58
57
timeout: 10s # Time to wait for the check to succeed
59
retries: 3 # Number of retries before marking as unhealthy
60
start_period: 30s # Time to wait before starting health checks
61
- restart: always
+ restart: always
0 commit comments