Skip to content
Snippets Groups Projects
Commit 1b24c3c2 authored by Denis GERMAIN's avatar Denis GERMAIN
Browse files

changed network name because docker adds a prefix

'Creating network "xwikimysqltomcat_bridge" with driver "bridge"'
parent 1163fadc
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
# ---------------------------------------------------------------------------
version: '2'
networks:
xwiki-nw:
bridge:
driver: bridge
services:
web:
......@@ -40,7 +40,7 @@ services:
volumes:
- xwiki-data:/usr/local/xwiki
networks:
- xwiki-nw
- bridge
# The container that runs MySQL
db:
image: "mysql:5.7"
......@@ -61,7 +61,7 @@ services:
- MYSQL_PASSWORD=xwiki
- MYSQL_DATABASE=xwiki
networks:
- xwiki-nw
- bridge
volumes:
mysql-data: {}
xwiki-data: {}
......@@ -19,7 +19,7 @@
# ---------------------------------------------------------------------------
version: '2'
networks:
xwiki-nw:
bridge:
driver: bridge
services:
# The container that runs XWiki + Tomcat
......@@ -44,7 +44,7 @@ services:
volumes:
- xwiki-data:/usr/local/xwiki
networks:
- xwiki-nw
- bridge
# The container that runs MySQL
db:
image: "mysql:5.7"
......@@ -66,7 +66,7 @@ services:
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
- MYSQL_DATABASE=${MYSQL_DATABASE}
networks:
- xwiki-nw
- bridge
volumes:
mysql-data: {}
xwiki-data: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.