diff --git a/xwiki-mysql-tomcat/docker-compose-using.yml b/xwiki-mysql-tomcat/docker-compose-using.yml
index fd21584ffd3585ee569f8edafdc52c2aa24c4cc2..d7f510020c1d4cb30c061024763684770a03a82b 100644
--- a/xwiki-mysql-tomcat/docker-compose-using.yml
+++ b/xwiki-mysql-tomcat/docker-compose-using.yml
@@ -22,7 +22,7 @@ services:
   # The container that runs XWiki + Tomcat
   web:
     # Use an already built XWiki image from DockerHub.
-    image: "xwiki/xwiki-mysql-tomcat:latest"
+    image: "xwiki:mysql-tomcat"
     depends_on:
       - db
     ports: