From 0e4a93185d2a8d65016dbbd8860d328cc13b82bd Mon Sep 17 00:00:00 2001
From: Thomas Mortagne <thomas.mortagne@xwiki.com>
Date: Mon, 13 May 2019 10:40:05 +0200
Subject: [PATCH] Fix typo

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

diff --git a/README.md b/README.md
index de26d73..b540a34 100644
--- a/README.md
+++ b/README.md
@@ -316,7 +316,7 @@ To deploy this example, save the following YAML as `xwiki-stack.yaml` then run:
 version: '3.3'
 services:
   web:
-    image: "xwiki:lts-mysql-postgres"
+    image: "xwiki:lts-postgres-tomcat"
     ports:
       - "8080:8080"
     environment:
-- 
GitLab