This commit is contained in:
Andras Bacsai
2023-06-15 14:29:06 +02:00
parent be27f7d403
commit 719d3114da
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class StandaloneDocker extends Component
instant_remote_process(['docker network create --attachable ' . $this->network], $server);
instant_remote_process(["docker network connect $this->network coolify-proxy"], $server);
instant_remote_process(["docker network connect $this->network coolify-proxy"], $server, throwError: false);
$docker = ModelsStandaloneDocker::create([
'name' => $this->name,