Refactor jellyfin service volumes in compose.yaml for clarity and consistency

This commit is contained in:
Nikholas Pcenicni
2026-08-20 23:28:56 -04:00
parent 8bdfc349fe
commit b18347315d

View File

@@ -8,10 +8,14 @@ services:
- PGID=${PGID} - PGID=${PGID}
- TZ=Canada/Eastern - TZ=Canada/Eastern
volumes: volumes:
- jellyfin:/config - jellyfin_config:/config
- jellyfin_cache:/cache
- ${DATA_PATH}/media/:/data/media - ${DATA_PATH}/media/:/data/media
ports: ports:
- 8096:8096 - 8096:8096
restart: unless-stopped restart: unless-stopped
volumes: volumes:
jellyfin: jellyfin_config:
name: jellyfin_config
jellyfin_cache:
name: jellyfin_cache