Commit e52325cd authored by hanbing's avatar hanbing

修改端口

parent cbade63c
......@@ -46,7 +46,7 @@ pipeline {
}
stage('运行容器') {
steps {
sh 'docker run -p 30001:30001 -itd --name signal-utc-service 10.100.1.87:5000/xinkong/signal-utc-service:0.2.1'
sh 'docker run -p 32000:32000 -itd --name signal-utc-service 10.100.1.87:5000/xinkong/signal-utc-service:0.2.1'
}
}
}
......
......@@ -287,7 +287,7 @@
</environment>
<!--要暴露的端口-->
<ports>
<port>30000</port>
<port>32000</port>
</ports>
<!-- <creationTime>2022-10-14T10:08:59.304+08:00</creationTime>-->
<creationTime>${maven.build.timestamp}</creationTime>
......
server:
port: 30001
port: 32000
servlet:
context-path: /utc
spring:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment