mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-11 16:25:09 +00:00
fix(models): add missing uuid to StandaloneDocker initialization
This commit is contained in:
@@ -158,6 +158,7 @@ class Server extends BaseModel
|
||||
(new StandaloneDocker)->forceFill([
|
||||
'id' => 0,
|
||||
'name' => 'coolify',
|
||||
'uuid' => (string) new Cuid2,
|
||||
'network' => 'coolify',
|
||||
'server_id' => $server->id,
|
||||
])->saveQuietly();
|
||||
|
||||
Reference in New Issue
Block a user