[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 restart: always
ports: ports:
- "127.0.0.1:8006:8080" - "127.0.0.1:8106:8080"
env_file: env_file:
- /srv/project/alist/env/api/.env - /srv/project/alist/env/api/.env
+1 -1
View File
@@ -1,5 +1,5 @@
server: server:
port: 8006 port: 8106
spring: spring:
application: application:
name: api name: api
+2
View File
@@ -1,3 +1,5 @@
server:
forward-headers-strategy: framework
spring: spring:
application: application:
name: api name: api