examples: updated bmc4 example (#2822)

This commit is contained in:
Geoff Bourne
2024-05-12 14:06:21 -05:00
committed by GitHub
parent f659c56f18
commit 5c8e2bb0ba
2 changed files with 6 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ services:
minecraft:
image: itzg/minecraft-server
volumes:
- data:/data
- ./data:/data
- ./mods:/mods
ports:
- "25565:25565"
@@ -10,10 +10,5 @@ services:
EULA: "true"
TYPE: "FORGE"
VERSION: "1.19.2"
DEBUG: "true"
SETUP_ONLY: "true"
tty: True
stdin_open: True
volumes:
data: {}
tty: true
stdin_open: true