From 64153564546169894a317b6fcf3d3f10105b0661 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Thu, 2 Aug 2018 18:11:05 -0400 Subject: [PATCH] Not going to use the $${stack_name} that's -supposed- to work --- templates/Nextcloud-NFS/0/docker-compose.yml | 6 +++--- templates/Nextcloud-NFS/0/rancher-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/Nextcloud-NFS/0/docker-compose.yml b/templates/Nextcloud-NFS/0/docker-compose.yml index fc12f01..3557089 100644 --- a/templates/Nextcloud-NFS/0/docker-compose.yml +++ b/templates/Nextcloud-NFS/0/docker-compose.yml @@ -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 \ No newline at end of file diff --git a/templates/Nextcloud-NFS/0/rancher-compose.yml b/templates/Nextcloud-NFS/0/rancher-compose.yml index 8ab9f82..72e9efe 100644 --- a/templates/Nextcloud-NFS/0/rancher-compose.yml +++ b/templates/Nextcloud-NFS/0/rancher-compose.yml @@ -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