From d8deb6150421db373c660e8d96a1bfe56b4b3a65 Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Sun, 10 Nov 2024 20:23:39 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=8F=AC=ED=8A=B8=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= 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 ff7f4cf..bdd0b57 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:8080" + - "8081:8081" environment: - TZ=Asia/Seoul - SPRING_PROFILES_ACTIVE=prod