mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
Media is typically shared with Sonarr/Radarr/Jellyfin, so it shouldn't be nested under VOL_PATH. Also expand the config volume note.
8 lines
159 B
Bash
8 lines
159 B
Bash
# Bazarr
|
|
VOL_PATH=/data
|
|
BAZARR_IMAGE=ghcr.io/hotio/bazarr:release
|
|
TZ=America/Vancouver
|
|
BAZARR_PORT=6767
|
|
BAZARR_RESTART=unless-stopped
|
|
BAZARR_MEDIA=/data/media
|