From f90d194a72de283cdaea24f563ec55fc35bf87dd Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Thu, 2 Aug 2018 18:04:54 -0400 Subject: [PATCH] Trying with host option specified --- templates/Nextcloud-NFS/0/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/Nextcloud-NFS/0/docker-compose.yml b/templates/Nextcloud-NFS/0/docker-compose.yml index bda1176..fc12f01 100644 --- a/templates/Nextcloud-NFS/0/docker-compose.yml +++ b/templates/Nextcloud-NFS/0/docker-compose.yml @@ -67,15 +67,18 @@ volumes: Nextcloud-Application: driver: rancher-nfs driver_opts: + host: 10.0.10.21 export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Application/ onRemove: retain Nextcloud-UserData: driver: rancher-nfs driver_opts: + host: 10.0.10.21 export: /RancherCattleData/$${stack_name}/${DATA_DIR}/UserData/ onRemove: retain Nextcloud-Database: driver: rancher-nfs driver_opts: + host: 10.0.10.21 export: /RancherCattleData/$${stack_name}/${DATA_DIR}/Database/ onRemove: retain \ No newline at end of file