From c62dc068c9963685b9d25c2d3c4228a4f35e9e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B2=E1=84=89=E1=85=A5=E1=84=85=E1=85=B5?= =?UTF-8?q?=E1=86=AB?= Date: Sat, 23 Sep 2023 19:35:08 +0900 Subject: [PATCH] =?UTF-8?q?=20#1=20[fix]=20docker=20compose=20file=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a73dc35..b5f8137 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: qdang-was: - image: ghcr.io/q-dang/qdang-was:latest + image: qdang-was:latest container_name: qdang-was expose: - 8080