update helper

This commit is contained in:
Andras Bacsai
2023-09-04 16:40:16 +02:00
parent 73c59be865
commit ffbd04df29
2 changed files with 7 additions and 8 deletions

View File

@@ -310,7 +310,7 @@ class ApplicationDeploymentJob implements ShouldQueue
if (isDev()) {
$pull = "--pull=never";
}
$runCommand = "docker run --init {$pull} -d --network {$this->destination->network} -v /:/host --name {$this->deployment_uuid} --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/coollabsio/coolify-helper";
$runCommand = "docker run {$pull} -d --network {$this->destination->network} -v /:/host --name {$this->deployment_uuid} --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/coollabsio/coolify-helper";
$this->execute_remote_command(
[