Removing container names

This commit is contained in:
WilliamMiceli
2018-12-18 13:51:11 -05:00
parent 09b9533e17
commit e767fc4fb6

View File

@@ -3,7 +3,7 @@ version: '2'
services: services:
xwiki: xwiki:
image: xwiki:latest image: xwiki:latest
container_name: xwiki # container_name: xwiki
dns: dns:
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1
@@ -47,7 +47,7 @@ services:
- /RancherCattle/${DATA_DIR}/Application:/usr/local/xwiki - /RancherCattle/${DATA_DIR}/Application:/usr/local/xwiki
mysql: mysql:
image: mysql:5.7 image: mysql:5.7
container_name: mysql # container_name: mysql
dns: dns:
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1