From 60569afbca24de4939885b070442f7273b0f9e81 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Tue, 18 Dec 2018 11:24:22 -0500 Subject: [PATCH] Trying something --- templates/XWiki/0/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/XWiki/0/docker-compose.yml b/templates/XWiki/0/docker-compose.yml index a51441d..22b9231 100644 --- a/templates/XWiki/0/docker-compose.yml +++ b/templates/XWiki/0/docker-compose.yml @@ -44,7 +44,7 @@ services: volumes: - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - - /RancherCattle/${DATA_DIR}/Application:/usr/local/xwiki + - /RancherCattleData/${DATA_DIR}/Application:/usr/local/xwiki mysql: image: mysql:5.7 container_name: mysql @@ -69,8 +69,8 @@ services: volumes: - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - - /RancherCattle/${DATA_DIR}/Configuration/xwiki.cnf:/etc/mysql/conf.d/xwiki.cnf - - /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql + - /RancherCattleData/${DATA_DIR}/Configuration/xwiki.cnf:/etc/mysql/conf.d/xwiki.cnf + - /RancherCattleData/${DATA_DIR}/Database:/var/lib/mysql networks: db-admin: