Skip to content

Commit 4a43c53

Browse files
committed
Fix seeders; fixes typo; use glibc java
1 parent c484bb6 commit 4a43c53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

database/seeds/MinecraftServiceTableSeeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private function addCoreOptions()
131131
], [
132132
'name' => 'Spigot',
133133
'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.',
134-
'docker_image' => 'quay.io/pterodactyl/core:java',
134+
'docker_image' => 'quay.io/pterodactyl/core:java-glibc',
135135
'config_startup' => null,
136136
'config_files' => '{"spigot.yml":{"parser": "yaml", "find":{"settings.restart-on-crash": "false"}}}',
137137
'config_logs' => null,
@@ -146,7 +146,7 @@ private function addCoreOptions()
146146
], [
147147
'name' => 'Sponge (SpongeVanilla)',
148148
'description' => 'SpongeVanilla is the SpongeAPI implementation for Vanilla Minecraft.',
149-
'docker_image' => 'quay.io/pterodactyl/core:java',
149+
'docker_image' => 'quay.io/pterodactyl/core:java-glibc',
150150
'config_startup' => '{"userInteraction": [ "You need to agree to the EULA"]}',
151151
'config_files' => null,
152152
'config_logs' => null,

database/seeds/SourceServiceTableSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private function addCoreOptions()
7575
], [
7676
'name' => 'Custom Source Engine Game',
7777
'description' => 'This option allows modifying the startup arguments and other details to run a custo SRCDS based game on the panel.',
78-
'docker_image' => 'quay.io/pterodacty/core:source',
78+
'docker_image' => 'quay.io/pterodactyl/core:source',
7979
'config_startup' => '{"done": "gameserver Steam ID", "userInteraction": []}',
8080
'config_files' => '{}',
8181
'config_logs' => '{"custom": true, "location": "logs/latest.log"}',

0 commit comments

Comments
 (0)