Updated How to host Multiplayer (markdown)

Yannik
2024-10-16 13:34:31 +02:00
parent 8c4d704d8d
commit 32133ec0eb

@@ -83,21 +83,23 @@ services:
MEMORY: "4g" MEMORY: "4g"
MOD_PLATFORM: MODRINTH MOD_PLATFORM: MODRINTH
MODRINTH_MODPACK: ScTwzzH2 MODRINTH_MODPACK: ScTwzzH2
MODRINTH_DEFAULT_VERSION_TYPE: beta
MODRINTH_EXCLUDE_FILES: | MODRINTH_EXCLUDE_FILES: |
sound sound
sodium-extra sodium-extra
watermedia watermedia
world-host world-host
better-modlist
better-ping-display-fabric
MODRINTH_OVERRIDES_EXCLUSIONS: | MODRINTH_OVERRIDES_EXCLUSIONS: |
resourcepacks/* resourcepacks/*
shaderpacks/* shaderpacks/*
SERVER_NAME: "A Boundless Horizons Modpack Server" SERVER_NAME: "A Boundless Horizons Modpack Server"
MOTD: "\u00a72A\u00a76 Boundless \u00a71Horizons \u00a72Modpack Server" MOTD: "§2A§6 Boundless §1Horizons §2Modpack Server"
ICON: "https://raw.githubusercontent.com/vaporvee/BoundlessHorizons/refs/heads/main/assets/icon.png" ICON: "https://raw.githubusercontent.com/vaporvee/BoundlessHorizons/refs/heads/main/assets/icon.png"
DIFFICULTY: "NORMAL" DIFFICULTY: "NORMAL"
SPAWN_PROTECTION: "0" SPAWN_PROTECTION: "0"
volumes: volumes:
# attach the relative directory 'data' to the container's /data path
- ./data:/data - ./data:/data
``` ```
3. Run docker compose up -d in that directory. 3. Run docker compose up -d in that directory.