Maybe rancher doesn't like all caps?

This commit is contained in:
WilliamMiceli
2018-08-02 17:59:33 -04:00
parent 2e97c56578
commit 25ed4c6a48

View File

@@ -67,15 +67,15 @@ volumes:
Nextcloud-Application: Nextcloud-Application:
driver: rancher-nfs driver: rancher-nfs
driver_opts: driver_opts:
export: /RancherCattleData/$${STACK_NAME}/${DATA_DIR}/Application/ export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Application/
onRemove: retain onRemove: retain
Nextcloud-UserData: Nextcloud-UserData:
driver: rancher-nfs driver: rancher-nfs
driver_opts: driver_opts:
export: /RancherCattleData/$${STACK_NAME}/${DATA_DIR}/UserData/ export: /RancherCattleData/$${stack_name}/${DATA_DIR}/UserData/
onRemove: retain onRemove: retain
Nextcloud-Database: Nextcloud-Database:
driver: rancher-nfs driver: rancher-nfs
driver_opts: driver_opts:
export: /RancherCattleData/$${STACK_NAME}/${DATA_DIR}/Database/ export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Database/
onRemove: retain onRemove: retain