Update server model to use 'coolify' instead of 'coolify-overlay' for the name field
This commit is contained in:
parent
c5f3398b73
commit
8a91395472
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ public function addInitialNetwork()
|
|||
]);
|
||||
} else {
|
||||
StandaloneDocker::create([
|
||||
'name' => 'coolify-overlay',
|
||||
'name' => 'coolify',
|
||||
'network' => 'coolify',
|
||||
'server_id' => $this->id,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue