mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
FIx: Server ID 0
This commit is contained in:
@@ -10,6 +10,7 @@ class ServerSeeder extends Seeder
|
||||
public function run(): void
|
||||
{
|
||||
Server::create([
|
||||
'id' => 0,
|
||||
'name' => 'localhost',
|
||||
'description' => 'This is a test docker container in development mode',
|
||||
'ip' => 'coolify-testing-host',
|
||||
|
||||
Reference in New Issue
Block a user