bazarr_dev: give shared media library its own BAZARR_MEDIA var

Media is typically shared with Sonarr/Radarr/Jellyfin, so it shouldn't
be nested under VOL_PATH. Also expand the config volume note.
This commit is contained in:
code
2026-07-30 21:17:18 +00:00
parent 41f0c5fd5f
commit 8c025e9be4
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
restart: ${BAZARR_RESTART:-unless-stopped}
volumes:
- ${VOL_PATH:-/data}/bazarr/config:/config
- ${VOL_PATH:-/data}/media:/media
- ${BAZARR_MEDIA:-/data/media}:/media
environment:
- PUID=1000
- PGID=1000