From 085421890c67fdac8345947b0f4078683bffa1d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dalibor=20Stuchl=C3=ADk?= <3445@mail.muni.cz>
Date: Sat, 17 Jul 2021 12:15:00 +0000
Subject: [PATCH] Update docker-compose.yml

---
 docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index ab659f1..0b0363e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -6,7 +6,7 @@ services:
     restart: always
     env_file:
       - .env
-    image: registry.gitlab.ics.muni.cz:443/europdx/dataportal/dataportal-sourcecode:sandbox
+    image: registry.gitlab.ics.muni.cz:443/europdx/dataportal/dataportal-sourcecode:sandbox-dev
 
     ports:
       - 8080:8080
@@ -39,7 +39,7 @@ services:
     restart: always
     env_file:
       - .env
-    image: registry.gitlab.ics.muni.cz:443/europdx/datahub/datahub-docker:sandbox
+    image: registry.gitlab.ics.muni.cz:443/europdx/datahub/datahub-docker:sandbox-dev
     volumes:
       - mdcache:/var/run/datahub-cache
     expose:
-- 
GitLab