From a6caa947f89ccba8156e967cbf9482abfbd60083 Mon Sep 17 00:00:00 2001 From: Christian Metzger <christian.metzger@ruhr-uni-bochum.de> Date: Fri, 24 Nov 2023 07:15:28 +0100 Subject: [PATCH] Update docker-compose.yml --- single-compose-with-moodle/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single-compose-with-moodle/docker-compose.yml b/single-compose-with-moodle/docker-compose.yml index 27c8cf7..fbf1caf 100644 --- a/single-compose-with-moodle/docker-compose.yml +++ b/single-compose-with-moodle/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