feat:移除docker网络层配置
This commit is contained in:
Vendored
-1
@@ -52,7 +52,6 @@ pipeline {
|
||||
sh '''
|
||||
docker rm -f $CONTAINER_NAME || true
|
||||
docker run -d --name $CONTAINER_NAME \\
|
||||
--network mysql_default \\
|
||||
-p $HOST_PORT:$CONTAINER_PORT \\
|
||||
--health-cmd="curl -f http://localhost:80 || exit 1" \\
|
||||
--health-interval=5s \\
|
||||
|
||||
Reference in New Issue
Block a user