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([
|
(new StandaloneDocker)->forceFill([
|
||||||
'id' => 0,
|
'id' => 0,
|
||||||
'name' => 'coolify',
|
'name' => 'coolify',
|
||||||
|
'uuid' => (string) new Cuid2,
|
||||||
'network' => 'coolify',
|
'network' => 'coolify',
|
||||||
'server_id' => $server->id,
|
'server_id' => $server->id,
|
||||||
])->saveQuietly();
|
])->saveQuietly();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue