Commit 5d25855f authored by hanbing's avatar hanbing

修改docker端口

parent 10f52bf8
...@@ -46,7 +46,7 @@ pipeline { ...@@ -46,7 +46,7 @@ pipeline {
} }
stage('运行容器') { stage('运行容器') {
steps { steps {
sh 'docker run -p 30000:30000 -itd --name signal-utc-service 10.100.1.87:5000/xinkong/signal-utc-service:0.2.1' sh 'docker run -p 30001:30001 -itd --name signal-utc-service 10.100.1.87:5000/xinkong/signal-utc-service:0.2.1'
} }
} }
} }
......
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