diff --git a/README.md b/README.md
index eeae23cb393d469860daadf129e19be5b8d6915f..132228742f1276e5e580d1db0c8830fb36d50094 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ For reference here's a minimal Docker Compose file using MySQL that you could us
 version: '2'
 services:
   web:
-    image: "xwiki/xwiki-mysql-tomcat:latest"
+    image: "xwiki:mysql-tomcat"
     depends_on:
       - db
     ports:
@@ -55,7 +55,7 @@ services:
       - MYSQL_USER=xwiki
       - MYSQL_PASSWORD=xwiki
   db:
-    image: "mysql:5"
+    image: "mysql:5.7"
     volumes:
       - ./mysql/xwiki.cnf:/etc/mysql/conf.d/xwiki.cnf
       - mysql-data:/var/lib/mysql