Not going to use the $${stack_name} that's -supposed- to work

This commit is contained in:
WilliamMiceli
2018-08-02 18:11:05 -04:00
parent f90d194a72
commit 6415356454
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -60,7 +60,7 @@ catalog:
label: "Data Directory"
description: |
The directory within the stack directory to store data
default: "Personal"
default: "Nextcloud/Personal"
required: true
type: string