修改adminapi容器的监听端口为92

This commit is contained in:
zhouxiunai
2018-11-05 11:36:20 +08:00
parent b2ccd39148
commit 7248522fe9
+1 -1
View File
@@ -19,7 +19,7 @@ node {
sshCommand remote: remote, command: "docker rm adminapi",sudo: true ,failOnError: false
sshCommand remote: remote, command: "docker rmi 130.120.3.193/com.gzzn.omms/admin-api:0.0.1-SNAPSHOT",sudo: true ,failOnError: false
sshCommand remote: remote, command: "docker pull 130.120.3.193/com.gzzn.omms/admin-api:0.0.1-SNAPSHOT" ,sudo: true
sshCommand remote: remote, command: "docker run -d -p 91:8080 --name adminapi 130.120.3.193/com.gzzn.omms/admin-api:0.0.1-SNAPSHOT",sudo: true
sshCommand remote: remote, command: "docker run -d -p 92:8080 --name adminapi 130.120.3.193/com.gzzn.omms/admin-api:0.0.1-SNAPSHOT",sudo: true
}
}
}