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