Consistently use 'config'
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user