From 3ce12ccab30ea3cffa865b34e7f0d14d721d72cd Mon Sep 17 00:00:00 2001
From: Benjamin Ledel <benjamin.ledel@digitallearning.gmbh>
Date: Thu, 3 Aug 2023 10:09:16 +0200
Subject: [PATCH] Update file docker-compose.yml

---
 single-compose/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/single-compose/docker-compose.yml b/single-compose/docker-compose.yml
index 8bf50a4..12515d3 100644
--- a/single-compose/docker-compose.yml
+++ b/single-compose/docker-compose.yml
@@ -137,7 +137,7 @@ services:
       - "./configuration:/app/configuration"
 
   dashboard:
-    image: registry.git.rwth-aachen.de/polaris/dashboard-example/dashboard-example:latest
+    image: registry.git.rwth-aachen.de/polaris/entwicklung/dashboard-example/dashboard-example:latest
     restart: always
     ports:
       - 8005:80
-- 
GitLab