Fix seeders; fixes typo; use glibc java
This commit is contained in:
parent
c484bb6b2f
commit
4a43c53e07
2 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ class SourceServiceTableSeeder extends Seeder
|
|||
], [
|
||||
'name' => 'Custom Source Engine Game',
|
||||
'description' => 'This option allows modifying the startup arguments and other details to run a custo SRCDS based game on the panel.',
|
||||
'docker_image' => 'quay.io/pterodacty/core:source',
|
||||
'docker_image' => 'quay.io/pterodactyl/core:source',
|
||||
'config_startup' => '{"done": "gameserver Steam ID", "userInteraction": []}',
|
||||
'config_files' => '{}',
|
||||
'config_logs' => '{"custom": true, "location": "logs/latest.log"}',
|
||||
|
|
Reference in a new issue