From 569020b0145977e15ac190d71124e3e380beb459 Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Sun, 10 Nov 2024 20:45:46 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20blue=20green=20sh=20=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 10f4dde8..d6cb3eae 100644 --- a/layer-api/infra/production/docker-compose-blue.yaml +++ b/layer-api/infra/production/docker-compose-blue.yaml @@ -3,7 +3,7 @@ services: image: docker.io/clean01/layer-server_layer-api:latest container_name: layer-api-blue ports: - - "8081:8081" + - "8081:8080" environment: - TZ=Asia/Seoul - SPRING_PROFILES_ACTIVE=prod