[api] Jenkinsfile.pjt

- 포트 변경
This commit is contained in:
2026-02-04 14:25:52 +09:00
parent 0add5e1cd8
commit a3be7202a3
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ services:
restart: always
ports:
- "127.0.0.1:8006:8080"
- "127.0.0.1:8106:8080"
env_file:
- /srv/project/alist/env/api/.env
+1 -1
View File
@@ -1,5 +1,5 @@
server:
port: 8006
port: 8106
spring:
application:
name: api
+2
View File
@@ -1,3 +1,5 @@
server:
forward-headers-strategy: framework
spring:
application:
name: api