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:
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