updating jellyfin config
This commit is contained in:
parent
261ae5a620
commit
da65ef2a4d
|
@ -8,8 +8,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${BASE_DATA_DIR}/jellyfin/config:/config
|
- ${BASE_DATA_DIR}/jellyfin/config:/config
|
||||||
- ${BASE_DATA_DIR}/jellyfin/cache:/cache
|
- ${BASE_DATA_DIR}/jellyfin/cache:/cache
|
||||||
- ${MUSIC_DIR}:/music
|
- ${BASE_DATA_DIR}/jellyfin/users:/etc/jellyfin/users
|
||||||
- ${VIDEO_DIR}:/video
|
- ${MEDIA_DIR}:/mnt/media
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- host.docker.internal:host-gateway
|
- host.docker.internal:host-gateway
|
||||||
|
|
Loading…
Reference in New Issue