I wish error messages were a little more descriptive...

This commit is contained in:
WilliamMiceli
2018-08-02 18:57:49 -04:00
parent 1624274e0c
commit 48cbf3170e

View File

@@ -68,20 +68,17 @@ volumes:
driver: rancher-nfs
driver_opts:
host: 10.0.10.21
# export: /${DATA_DIR}/Application
exportBase: /RancherCattleData/Nextcloud
export: /RancherCattleData/${DATA_DIR}/Application
onRemove: retain
Nextcloud-UserData:
driver: rancher-nfs
driver_opts:
host: 10.0.10.21
# export: /${DATA_DIR}/UserData
exportBase: /RancherCattleData/Nextcloud
export: /RancherCattleData/${DATA_DIR}/UserData
onRemove: retain
Nextcloud-Database:
driver: rancher-nfs
driver_opts:
host: 10.0.10.21
# export: ${DATA_DIR}/Database
exportBase: /RancherCattleData/Nextcloud
export: /RancherCattleData/${DATA_DIR}/Database
onRemove: retain