forked from pelican-eggs/eggs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update the egg to use `debian_openjdk-15-hotspot` as the one it uses doesnt exist.
- Loading branch information
1 parent
97dabea
commit 86b78a0
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"author": "[email protected]", | ||
"description": "Velocity is a Minecraft server proxy with unparalleled server support, scalability, and flexibility.", | ||
"features": null, | ||
"image": "quay.io\/parkervcp\/pterodactyl-images:adoptopenjdk-15-hotspot", | ||
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-15-hotspot", | ||
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -jar {{SERVER_JARFILE}}", | ||
"config": { | ||
"files": "{\r\n \"velocity.toml\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"bind = \": \"bind = \\\"0.0.0.0:{{server.build.default.port}}\\\"\"\r\n }\r\n }\r\n}", | ||
|
@@ -43,4 +43,4 @@ | |
"rules": "required|string|max:20" | ||
} | ||
] | ||
} | ||
} |