fix(models): add missing uuid to StandaloneDocker initialization
This commit is contained in:
parent
a77e1f47d1
commit
f01953d361
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ protected static function booted()
|
|||
(new StandaloneDocker)->forceFill([
|
||||
'id' => 0,
|
||||
'name' => 'coolify',
|
||||
'uuid' => (string) new Cuid2,
|
||||
'network' => 'coolify',
|
||||
'server_id' => $server->id,
|
||||
])->saveQuietly();
|
||||
|
|
|
|||
Loading…
Reference in a new issue