From 51ba6a2c71edf8463d37351147c99d6a8cffc78a Mon Sep 17 00:00:00 2001 From: Leon Kampwerth <77398841+SgtMate@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:15:28 +0100 Subject: [PATCH] Fixed compose error due to missing key in GTNH example (#3238) --- examples/gtnh/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gtnh/docker-compose.yaml b/examples/gtnh/docker-compose.yaml index a04619f3..eaf5539c 100644 --- a/examples/gtnh/docker-compose.yaml +++ b/examples/gtnh/docker-compose.yaml @@ -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: