Skip to content

Commit

Permalink
Fixed compose error due to missing key in GTNH example (#3238)
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtMate authored Jan 6, 2025
1 parent e5b7a58 commit 51ba6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gtnh/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 51ba6a2

Please sign in to comment.