mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ class InstallDocker
|
|||
"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