mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
Update server model to use 'coolify' instead of 'coolify-overlay' for the name field
This commit is contained in:
@@ -112,7 +112,7 @@ class Server extends BaseModel
|
||||
]);
|
||||
} else {
|
||||
StandaloneDocker::create([
|
||||
'name' => 'coolify-overlay',
|
||||
'name' => 'coolify',
|
||||
'network' => 'coolify',
|
||||
'server_id' => $this->id,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user