mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
Update Vault Hunters example to Update-10.0.0 (#2182)
This commit is contained in:
parent
8cafeb508f
commit
12d236fc26
@ -10,9 +10,18 @@ services:
|
|||||||
TYPE: AUTO_CURSEFORGE
|
TYPE: AUTO_CURSEFORGE
|
||||||
CF_API_KEY: # allocate from https://console.curseforge.com/
|
CF_API_KEY: # allocate from https://console.curseforge.com/
|
||||||
CF_SLUG: vault-hunters-1-18-2
|
CF_SLUG: vault-hunters-1-18-2
|
||||||
CF_FILENAME_MATCHER: "Update-6H"
|
CF_FILENAME_MATCHER: "Update-10.0.0"
|
||||||
MEMORY: 4G
|
MOTD: "§4----- §2 Vault Hunters: 1.18.2u10.0.0 §4 -----§r\\n §4------ §e vaulthunters.gg §4------"
|
||||||
|
MEMORY: 6G # 4G for base server + 2G per player
|
||||||
|
CF_EXCLUDE_MODS: reauth
|
||||||
|
ALLOW_FLIGHT: true
|
||||||
|
ENABLE_COMMAND_BLOCK: true
|
||||||
|
DIFFICULTY: hard
|
||||||
volumes:
|
volumes:
|
||||||
|
# Need to place non-distributable mods in ./downloads/mods
|
||||||
|
# As of Update-10.0.0
|
||||||
|
# - Neon Craft 2 v2.2: https://www.curseforge.com/minecraft/mc-mods/neon-craft-2-mod/files/3726051
|
||||||
|
- ./downloads:/downloads
|
||||||
- mc-data:/data
|
- mc-data:/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user