Update seeder and migrations to use new docker images.
This commit is contained in:
parent
710d5f111a
commit
9a803e61ec
5 changed files with 24 additions and 12 deletions
|
@ -74,7 +74,7 @@ class TerrariaServiceTableSeeder extends Seeder
|
|||
], [
|
||||
'name' => 'Terraria Server (TShock)',
|
||||
'description' => 'TShock is a server modification for Terraria, written in C#, and based upon the Terraria Server API. It uses JSON for configuration management, and offers several features not present in the Terraria Server normally.',
|
||||
'docker_image' => 'quay.io/pterodactyl/terraria:tshock',
|
||||
'docker_image' => 'quay.io/pterodactyl/core:mono',
|
||||
'config_startup' => '{"userInteraction": [ "You need to agree to the EULA"]}',
|
||||
'config_startup' => '{"done": "Type \'help\' for a list of commands", "userInteraction": []}',
|
||||
'config_files' => '{"tshock/config.json":{"parser": "json", "find":{"ServerPort": "{{server.build.default.port}}", "MaxSlots": "{{server.build.env.MAX_SLOTS}}"}}}',
|
||||
|
|
Reference in a new issue