[api] Jenkinsfile.pjt
- 포트 변경
This commit is contained in:
@@ -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,5 +1,5 @@
|
|||||||
server:
|
server:
|
||||||
port: 8006
|
port: 8106
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: api
|
name: api
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
server:
|
||||||
|
forward-headers-strategy: framework
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: api
|
name: api
|
||||||
|
|||||||
Reference in New Issue
Block a user