feat:移除docker网络层配置

This commit is contained in:
2025-08-02 09:40:13 +08:00
parent 75bba85b95
commit 3646cc7a41
Vendored
-1
View File
@@ -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 \\