From 9912091d3ecaabe0c330d8ccaf7b6fcc4640a0e8 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Mon, 31 Dec 2018 13:20:59 -0500 Subject: [PATCH] Test successful, using same name now --- templates/WordPress/0/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/WordPress/0/docker-compose.yml b/templates/WordPress/0/docker-compose.yml index d84583a..9a44587 100644 --- a/templates/WordPress/0/docker-compose.yml +++ b/templates/WordPress/0/docker-compose.yml @@ -40,7 +40,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 - - /FreeNAS/${DATA_DIR}/Application:/var/www/html + - /RancherCattle/${DATA_DIR}/Application:/var/www/html mysql: image: mysql:5 dns: @@ -64,7 +64,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 - - /FreeNAS/${DATA_DIR}/Database:/var/lib/mysql + - /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql networks: db-admin: