Maybe rancher doesn't like all caps?
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user