Refactor jellyfin service volumes in compose.yaml for clarity and consistency
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user