From f1017a806ff41a3d11a670f5c5276574177cc304 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Thu, 2 Aug 2018 19:45:03 -0400 Subject: [PATCH] Rearranged names, because that's just how I am XP --- templates/Nextcloud/0/docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/Nextcloud/0/docker-compose.yml b/templates/Nextcloud/0/docker-compose.yml index a6c204d..c9f5287 100644 --- a/templates/Nextcloud/0/docker-compose.yml +++ b/templates/Nextcloud/0/docker-compose.yml @@ -70,15 +70,15 @@ volumes: host: 10.0.10.21 export: /RancherCattleData/${DATA_DIR}/Application onRemove: retain - UserData: - driver: rancher-nfs - driver_opts: - host: 10.0.10.21 - export: /RancherCattleData/${DATA_DIR}/UserData - onRemove: retain Database: driver: rancher-nfs driver_opts: host: 10.0.10.21 export: /RancherCattleData/${DATA_DIR}/Database + onRemove: retain + UserData: + driver: rancher-nfs + driver_opts: + host: 10.0.10.21 + export: /RancherCattleData/${DATA_DIR}/UserData onRemove: retain \ No newline at end of file