From 633be0a143504c8e67a66f16350cf24aca22b4c4 Mon Sep 17 00:00:00 2001 From: shindw Date: Thu, 5 Feb 2026 16:45:08 +0900 Subject: [PATCH] =?UTF-8?q?[api]=20=ED=8F=AC=ED=8A=B8=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/pjt/compose/api-compose.pjt.yml | 2 +- src/main/resources/application-local.yaml | 2 -- src/main/resources/application.yaml | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/deploy/pjt/compose/api-compose.pjt.yml b/deploy/pjt/compose/api-compose.pjt.yml index 771a4aa..db5791f 100644 --- a/deploy/pjt/compose/api-compose.pjt.yml +++ b/deploy/pjt/compose/api-compose.pjt.yml @@ -5,7 +5,7 @@ services: restart: always ports: - - "127.0.0.1:8106:8080" + - "127.0.0.1:8106:8106" env_file: - /srv/project/alist/env/api/.env diff --git a/src/main/resources/application-local.yaml b/src/main/resources/application-local.yaml index edd8d29..642f4b9 100644 --- a/src/main/resources/application-local.yaml +++ b/src/main/resources/application-local.yaml @@ -1,5 +1,3 @@ -server: - port: 8106 spring: application: name: api diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index e4f4dcc..e9aeac8 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,4 +1,5 @@ server: + port: 8106 forward-headers-strategy: framework spring: application: