Skip to content

Commit 0df856c

Browse files
authored
Update Jellyfin config volume path in docker-compose (#178)
1 parent 7e2de17 commit 0df856c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

services/jellyfin/docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ services:
4545
- TZ=Europe/Amsterdam
4646
# - JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
4747
volumes:
48-
- ./media/config:/config
49-
- ./jellyfin/config:/config
48+
- ./${SERVICE}-data/config:/config
5049
- ./media/tvseries:/data/tvshows
5150
- ./media/movies:/data/movies
5251
depends_on:
@@ -58,4 +57,4 @@ services:
5857
timeout: 10s # Time to wait for the check to succeed
5958
retries: 3 # Number of retries before marking as unhealthy
6059
start_period: 30s # Time to wait before starting health checks
61-
restart: always
60+
restart: always

0 commit comments

Comments
 (0)