From 6eea3e383d256d81db580bb10b069036301bd6f1 Mon Sep 17 00:00:00 2001
From: Vincent Massol <vincent@massol.net>
Date: Mon, 6 Mar 2017 10:10:54 +0100
Subject: [PATCH] [Misc] Fix typo in the doc

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index cd8eed8..e4090e7 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,7 @@ networks:
 services:
   web:
     image: "xwiki:mysql-tomcat"
+    container_name: xwiki
     depends_on:
       - db
     ports:
@@ -96,6 +97,7 @@ services:
       - bridge
   db:
     image: "mysql:5.7"
+    container_name: xwiki-mysql
     volumes:
       - ./xwiki.cnf:/etc/mysql/conf.d/xwiki.cnf
       - mysql-data:/var/lib/mysql
-- 
GitLab