From 891fd13911c2c6d983818b42ffcc78b3c551cd8f Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 18 Mar 2017 17:42:50 -0400 Subject: [PATCH] Fix docker image name --- database/seeds/SourceServiceTableSeeder.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/database/seeds/SourceServiceTableSeeder.php b/database/seeds/SourceServiceTableSeeder.php index eae0573eb..b9842ef7f 100644 --- a/database/seeds/SourceServiceTableSeeder.php +++ b/database/seeds/SourceServiceTableSeeder.php @@ -90,7 +90,7 @@ class SourceServiceTableSeeder extends Seeder ], [ 'name' => 'Insurgency', 'description' => 'Take to the streets for intense close quarters combat, where a team\'s survival depends upon securing crucial strongholds and destroying enemy supply in this multiplayer and cooperative Source Engine based experience.', - 'docker_image' => 'quay.io/pterodacty/core:source', + 'docker_image' => 'quay.io/pterodactyl/core:source', 'config_startup' => null, 'config_files' => null, 'config_logs' => null, @@ -105,7 +105,7 @@ class SourceServiceTableSeeder extends Seeder ], [ 'name' => 'Team Fortress 2', 'description' => 'Team Fortress 2 is a team-based first-person shooter multiplayer video game developed and published by Valve Corporation. It is the sequel to the 1996 mod Team Fortress for Quake and its 1999 remake.', - 'docker_image' => 'quay.io/pterodacty/core:source', + 'docker_image' => 'quay.io/pterodactyl/core:source', 'config_startup' => null, 'config_files' => null, 'config_logs' => null, @@ -120,7 +120,7 @@ class SourceServiceTableSeeder extends Seeder ], [ 'name' => 'Ark: Survival Evolved', 'description' => 'As a man or woman stranded, naked, freezing, and starving on the unforgiving shores of a mysterious island called ARK, use your skill and cunning to kill or tame and ride the plethora of leviathan dinosaurs and other primeval creatures roaming the land. Hunt, harvest resources, craft items, grow crops, research technologies, and build shelters to withstand the elements and store valuables, all while teaming up with (or preying upon) hundreds of other players to survive, dominate... and escape! — Gamepedia: ARK', - 'docker_image' => 'quay.io/pterodacty/core:source', + 'docker_image' => 'quay.io/pterodactyl/core:source', 'config_startup' => '{"done": "Setting breakpad minidump AppID"}', 'config_files' => null, 'config_logs' => null,