From 9612ef57b2f7eda7520ab8a3fcc414fb3e89ee24 Mon Sep 17 00:00:00 2001 From: junyong Date: Thu, 6 Feb 2025 19:53:08 +0900 Subject: [PATCH] =?UTF-8?q?Chore=20:=20docker-compose.yml=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 33a2702..fbb520c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - db_data:/var/lib/mysql app: - image: ggamnunq/umc:latest + image: ggamnunq/umc:backend container_name: spring-app restart: always depends_on: @@ -29,7 +29,7 @@ services: - "8080:8080" nginx: - image: ggamnunq/umc:latest + image: ggamnunq/umc:nginx container_name: my-nginx restart: always ports: