Skip to content

Commit 51ba6a2

Browse files
authored
Fixed compose error due to missing key in GTNH example (#3238)
1 parent e5b7a58 commit 51ba6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gtnh/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
GENERIC_PACKS_SUFFIX: .zip
1414
GENERIC_PACKS_PREFIX: https://downloads.gtnewhorizons.com/ServerPacks/
1515
# if this isn't true, then the container tries to download the modpack every run
16-
: "true"
16+
SKIP_GENERIC_PACK_UPDATE_CHECK: "true"
1717
# Make sure that this matches what is in your pack's startserver bash file
1818
CUSTOM_JAR_EXEC: "-Xms6G -Xmx6G -Dfml.readTimeout=180 @java9args.txt -jar lwjgl3ify-forgePatches.jar nogui"
1919
volumes:

0 commit comments

Comments
 (0)