Skip to content

Commit 2d1a35d

Browse files
authored
fix vault hunters example (#3213)
1 parent 236ed74 commit 2d1a35d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

examples/vault-hunters-1-18-2/docker-compose.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
services:
22
mc:
3-
image: itzg/minecraft-server
3+
image: itzg/minecraft-server:java17
44
ports:
55
- "25565:25565"
66
environment:
77
EULA: "true"
88
MODPACK_PLATFORM: AUTO_CURSEFORGE
9-
CF_API_KEY: # allocate from https://console.curseforge.com/
9+
# allocate from https://console.curseforge.com/
10+
CF_API_KEY: ${CF_API_KEY}
1011
CF_SLUG: vault-hunters-1-18-2
11-
CF_FILENAME_MATCHER: "Update-10.0.0"
12-
MOTD: "§4----- §2 Vault Hunters: 1.18.2u10.0.0 §4 -----§r\\n §4------ §e vaulthunters.gg §4------"
12+
MOTD: "§4----- §2 Vault Hunters: 1.18.2 §4 -----§r\\n §4------ §e vaulthunters.gg §4------"
1313
MEMORY: 6G # 4G for base server + 2G per player
14-
CF_EXCLUDE_MODS: reauth
14+
CF_EXCLUDE_MODS: |
15+
reauth
16+
item-highlighter
1517
ALLOW_FLIGHT: true
1618
ENABLE_COMMAND_BLOCK: true
1719
DIFFICULTY: hard

0 commit comments

Comments
 (0)