Update server model to use 'coolify' instead of 'coolify-overlay' for the name field
This commit is contained in:
parent
c5f3398b73
commit
8a91395472
@ -112,7 +112,7 @@ class Server extends BaseModel
|
||||
]);
|
||||
} else {
|
||||
StandaloneDocker::create([
|
||||
'name' => 'coolify-overlay',
|
||||
'name' => 'coolify',
|
||||
'network' => 'coolify',
|
||||
'server_id' => $this->id,
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user