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"
MOD_PLATFORM: MODRINTH
MODRINTH_MODPACK: ScTwzzH2
MODRINTH_DEFAULT_VERSION_TYPE: beta
MODRINTH_EXCLUDE_FILES: |
sound
sodium-extra
watermedia
world-host
better-modlist
better-ping-display-fabric
MODRINTH_OVERRIDES_EXCLUSIONS: |
resourcepacks/*
shaderpacks/*
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"
DIFFICULTY: "NORMAL"
SPAWN_PROTECTION: "0"
volumes:
# attach the relative directory 'data' to the container's /data path
- ./data:/data
```
3. Run docker compose up -d in that directory.