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}
- TZ=Canada/Eastern
volumes:
- jellyfin:/config
- jellyfin_config:/config
- jellyfin_cache:/cache
- ${DATA_PATH}/media/:/data/media
ports:
- 8096:8096
restart: unless-stopped
volumes:
jellyfin:
jellyfin_config:
name: jellyfin_config
jellyfin_cache:
name: jellyfin_cache