Skip to content

Commit f01953d

Browse files
committed
fix(models): add missing uuid to StandaloneDocker initialization
1 parent a77e1f4 commit f01953d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Models/Server.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ protected static function booted()
158158
(new StandaloneDocker)->forceFill([
159159
'id' => 0,
160160
'name' => 'coolify',
161+
'uuid' => (string) new Cuid2,
161162
'network' => 'coolify',
162163
'server_id' => $server->id,
163164
])->saveQuietly();

0 commit comments

Comments
 (0)