diff --git a/database/seeds/MinecraftServiceTableSeeder.php b/database/seeds/MinecraftServiceTableSeeder.php index 4dbbc9e13..e48bad4a2 100644 --- a/database/seeds/MinecraftServiceTableSeeder.php +++ b/database/seeds/MinecraftServiceTableSeeder.php @@ -131,7 +131,7 @@ EOF; ], [ 'name' => 'Spigot', 'description' => 'Spigot is the most widely-used modded Minecraft server software in the world. It powers many of the top Minecraft server networks around to ensure they can cope with their huge player base and ensure the satisfaction of their players. Spigot works by reducing and eliminating many causes of lag, as well as adding in handy features and settings that help make your job of server administration easier.', - 'docker_image' => 'quay.io/pterodactyl/core:java', + 'docker_image' => 'quay.io/pterodactyl/core:java-glibc', 'config_startup' => null, 'config_files' => '{"spigot.yml":{"parser": "yaml", "find":{"settings.restart-on-crash": "false"}}}', 'config_logs' => null, @@ -146,7 +146,7 @@ EOF; ], [ 'name' => 'Sponge (SpongeVanilla)', 'description' => 'SpongeVanilla is the SpongeAPI implementation for Vanilla Minecraft.', - 'docker_image' => 'quay.io/pterodactyl/core:java', + 'docker_image' => 'quay.io/pterodactyl/core:java-glibc', 'config_startup' => '{"userInteraction": [ "You need to agree to the EULA"]}', 'config_files' => null, 'config_logs' => null, diff --git a/database/seeds/SourceServiceTableSeeder.php b/database/seeds/SourceServiceTableSeeder.php index b9842ef7f..46f061365 100644 --- a/database/seeds/SourceServiceTableSeeder.php +++ b/database/seeds/SourceServiceTableSeeder.php @@ -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"}',