diff --git a/docker-compose.yml b/docker-compose.yml
index de78ee5a56079e05f0abc6e528f69a07e4713b8f..188a4eaebc57368cd8cf533fb43ccd26a2dfa64c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -4,7 +4,7 @@ services:
   nginx-app:
     restart: unless-stopped
     build: .
-    image: registry.alpha.grandlyon.com/refonte-data/portail-data:${TAG}
+    image: registry.forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/custom-apps/web-app:${TAG}
     volumes: 
       - ./nginx.conf.template:/etc/nginx/nginx.conf.template
       - ${CONFIG_FILE_PATH}:/usr/share/nginx/html/assets/config/config.json
@@ -16,4 +16,4 @@ services:
       'sed "s#<MATOMO_SITE_ID>#$MATOMO_SITE_ID#g; s#<MATOMO_SERVER_URL>#$MATOMO_SERVER_URL#g" /etc/nginx/nginx.conf.template
       > /etc/nginx/conf.d/default.conf
       && nginx -g "daemon off;"'
-  
\ No newline at end of file
+