From 35a525d8f26c4cbda3b353094ab8f2ef28bf7e29 Mon Sep 17 00:00:00 2001 From: gaeul3303 Date: Tue, 10 Dec 2024 20:35:26 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20docker=20=EB=B0=B0=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ddd8fbe..d74b0aa 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 8080 + port: 8081 spring: config: import: optional:file:.env[.properties]