Fix seeders; fixes typo; use glibc java

This commit is contained in:
Dane Everitt 2017-03-18 20:20:14 -04:00
parent c484bb6b2f
commit 4a43c53e07
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 3 additions and 3 deletions

View file

@ -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"}',