From 256b7508ca2c81b9384d5f553bd118ca6cef6768 Mon Sep 17 00:00:00 2001 From: Yechan Lee Date: Thu, 7 Dec 2023 21:34:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20docker-compose.yaml=20=EC=9E=98=EB=AA=BB?= =?UTF-8?q?=EB=90=9C=20=ED=8F=AC=ED=8A=B8=20=EC=84=A4=EC=A0=95=20=EB=B0=94?= =?UTF-8?q?=EA=BE=B8=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- be/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/be/docker-compose.yaml b/be/docker-compose.yaml index e714806..7b45456 100644 --- a/be/docker-compose.yaml +++ b/be/docker-compose.yaml @@ -19,7 +19,7 @@ services: algo-with-me-score-0: image: algo-with-me-score ports: - - 4000 + - 4000:4000 volumes: - /home/be/algo-with-me/problems/:/algo-with-me/problems/ - /home/be/algo-with-me/submissions/:/algo-with-me/submissions/ @@ -38,7 +38,7 @@ services: algo-with-me-score-1: image: algo-with-me-score ports: - - 4001 + - 4001:4001 volumes: - /home/be/algo-with-me/problems/:/algo-with-me/problems/ - /home/be/algo-with-me/submissions/:/algo-with-me/submissions/