Change docker container to quay.io/pterodactyl/core:rust

This commit is contained in:
Unknown 2017-07-09 21:20:09 -04:00
parent 951baaca54
commit ee0211eadd
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ EOF;
], [ ], [
'name' => 'Vanilla', 'name' => 'Vanilla',
'description' => 'Vanilla Rust server.', 'description' => 'Vanilla Rust server.',
'docker_image' => 'tenten8401/pterodactyl-rust', 'docker_image' => 'quay.io/pterodactyl/core:rust',
'config_startup' => '{"done": "Server startup complete", "userInteraction": []}', 'config_startup' => '{"done": "Server startup complete", "userInteraction": []}',
'config_files' => '{}', 'config_files' => '{}',
'config_logs' => '{"custom": false, "location": "latest.log"}', 'config_logs' => '{"custom": false, "location": "latest.log"}',