We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b7a58 commit 51ba6a2Copy full SHA for 51ba6a2
examples/gtnh/docker-compose.yaml
@@ -13,7 +13,7 @@ services:
13
GENERIC_PACKS_SUFFIX: .zip
14
GENERIC_PACKS_PREFIX: https://downloads.gtnewhorizons.com/ServerPacks/
15
# if this isn't true, then the container tries to download the modpack every run
16
- : "true"
+ SKIP_GENERIC_PACK_UPDATE_CHECK: "true"
17
# Make sure that this matches what is in your pack's startserver bash file
18
CUSTOM_JAR_EXEC: "-Xms6G -Xmx6G -Dfml.readTimeout=180 @java9args.txt -jar lwjgl3ify-forgePatches.jar nogui"
19
volumes:
0 commit comments