mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user