diff --git a/Jenkinsfile b/Jenkinsfile index 8125df6..f2eb1a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 \\