From e767fc4fb6e521688f57aefd01f6aa8c5e5b6a6b Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Tue, 18 Dec 2018 13:51:11 -0500 Subject: [PATCH] Removing container names --- templates/XWiki/0/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/XWiki/0/docker-compose.yml b/templates/XWiki/0/docker-compose.yml index 4a33541..d948780 100644 --- a/templates/XWiki/0/docker-compose.yml +++ b/templates/XWiki/0/docker-compose.yml @@ -3,7 +3,7 @@ version: '2' services: xwiki: image: xwiki:latest - container_name: xwiki +# container_name: xwiki dns: - 1.1.1.1 - 1.0.0.1 @@ -47,7 +47,7 @@ services: - /RancherCattle/${DATA_DIR}/Application:/usr/local/xwiki mysql: image: mysql:5.7 - container_name: mysql +# container_name: mysql dns: - 1.1.1.1 - 1.0.0.1