chore: Update docker network connection command in ApplicationDeploymentJob.php

This commit is contained in:
Andras Bacsai 2024-09-16 16:38:34 +02:00
parent d2d56f136b
commit d44e3a1091

View file

@ -514,7 +514,7 @@ private function deploy_docker_compose_buildpack()
'hidden' => true,
'ignore_errors' => true,
], [
"docker network connect {$networkId} coolify-proxy || true",
"docker network connect {$networkId} coolify-proxy >/dev/null 2>&1 || true",
'hidden' => true,
'ignore_errors' => true,
]);