Merge branch 'next' of github.com:coollabsio/coolify into next
This commit is contained in:
commit
0c98958f72
1 changed files with 8 additions and 6 deletions
|
|
@ -12,11 +12,13 @@ class StandaloneDockerSeeder extends Seeder
|
||||||
*/
|
*/
|
||||||
public function run(): void
|
public function run(): void
|
||||||
{
|
{
|
||||||
StandaloneDocker::create([
|
if (StandaloneDocker::find(0) == null) {
|
||||||
'id' => 0,
|
StandaloneDocker::create([
|
||||||
'name' => 'Standalone Docker 1',
|
'id' => 0,
|
||||||
'network' => 'coolify',
|
'name' => 'Standalone Docker 1',
|
||||||
'server_id' => 0,
|
'network' => 'coolify',
|
||||||
]);
|
'server_id' => 0,
|
||||||
|
]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue