fix: coolify already exists should not throw error
This commit is contained in:
parent
45b597bbab
commit
929a4e6474
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ public function __invoke(Server $server, Team $team)
|
|||
"echo ####### Restarting Docker Engine...",
|
||||
"systemctl restart docker",
|
||||
"echo ####### Creating default network...",
|
||||
"docker network create --attachable coolify",
|
||||
"docker network create --attachable coolify >/dev/null 2>&1 || true",
|
||||
"echo ####### Done!"
|
||||
], $server);
|
||||
$found = StandaloneDocker::where('server_id', $server->id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue