Fixed compose error due to missing key in GTNH example (#3238)

This commit is contained in:
Leon Kampwerth
2025-01-06 21:15:28 +01:00
committed by GitHub
parent e5b7a5829f
commit 51ba6a2c71

View File

@@ -13,7 +13,7 @@ services:
GENERIC_PACKS_SUFFIX: .zip
GENERIC_PACKS_PREFIX: https://downloads.gtnewhorizons.com/ServerPacks/
# if this isn't true, then the container tries to download the modpack every run
: "true"
SKIP_GENERIC_PACK_UPDATE_CHECK: "true"
# Make sure that this matches what is in your pack's startserver bash file
CUSTOM_JAR_EXEC: "-Xms6G -Xmx6G -Dfml.readTimeout=180 @java9args.txt -jar lwjgl3ify-forgePatches.jar nogui"
volumes: