From 56949329e69ea181bf9d5977fe674bf26abcff54 Mon Sep 17 00:00:00 2001 From: Vincent Massol <vincent@massol.net> Date: Tue, 24 Jan 2017 14:18:22 +0100 Subject: [PATCH] [Misc] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c20ce08..30a7c64 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ you can issue `docker-compose up --build`. You can also build the image with This is a bit more complex since you need to have 2 docker containers running: one for XWiki and one for the database. Here's a minimal Docker Compose file using MySQL that you could use as an example (full example -[here](https://github.com/xwiki-contrib/xwiki-mysql-tomcat/blob/master/docker-compose-using.yml): +[here](https://github.com/xwiki-contrib/docker-xwiki/blob/master/xwiki-mysql-tomcat/docker-compose-using.yml)): ``` version: '2' -- GitLab