From ffd22b25f0601b5706287dae0e493d5c94a48cd3 Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Mon, 2 Dec 2024 14:47:43 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20docker-compose=20=ED=8C=8C=EC=9D=BC=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 --- layer-api/infra/production/docker-compose-blue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layer-api/infra/production/docker-compose-blue.yaml b/layer-api/infra/production/docker-compose-blue.yaml index 07496c7d..58a4efde 100644 --- a/layer-api/infra/production/docker-compose-blue.yaml +++ b/layer-api/infra/production/docker-compose-blue.yaml @@ -18,7 +18,7 @@ services: image: docker.io/clean01/layer-server_layer-admin:latest container_name: layer-admin-blue ports: - - "8082:8080" + - "8083:8080" environment: - TZ=Asia/Seoul - SPRING_PROFILES_ACTIVE=prod