chore: Update docker network connection command in ApplicationDeploymentJob.php
This commit is contained in:
parent
d2d56f136b
commit
d44e3a1091
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue