Consistently use 'config'

This commit is contained in:
Colin Hebert
2022-12-29 11:27:35 +01:00
parent 609edb5e60
commit f11f367323
6 changed files with 10 additions and 10 deletions

View File

@@ -79,28 +79,28 @@ volumes:
tv: tv:
external: true external: true
mylar_data: mylar_config:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${SERVICES_DIR?}/mylar/volumes/data/ device: ${SERVICES_DIR?}/mylar/volumes/config/
lazylibrarian_data: lazylibrarian_config:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${SERVICES_DIR?}/lazylibrarian/volumes/data/ device: ${SERVICES_DIR?}/lazylibrarian/volumes/config/
sonarr_data: sonarr_config:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${SERVICES_DIR?}/sonarr/volumes/data/ device: ${SERVICES_DIR?}/sonarr/volumes/config/
radarr_data: radarr_config:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${SERVICES_DIR?}/radarr/volumes/data/ device: ${SERVICES_DIR?}/radarr/volumes/config/
bazarr_data: bazarr_config:
driver_opts: driver_opts:
type: none type: none
o: bind o: bind
device: ${SERVICES_DIR?}/bazarr/volumes/data/ device: ${SERVICES_DIR?}/bazarr/volumes/config/