Files
docker-stacks/mc2/compose.yaml
2025-11-09 19:29:49 +01:00

26 lines
575 B
YAML

services:
mc:
image: itzg/minecraft-server:latest
tty: true
stdin_open: true
ports:
- "25565:25565"
- "9100:9100"
environment:
EULA: "TRUE"
TYPE: "NEOFORGE"
VERSION: "1.21.10"
NEOFORGE_VERSION: "beta"
MEMORY: "4096M"
USE_MEOWICE_FLAGS: "true"
TZ: "Europe/Berlin"
ENABLE_WHITELIST: "true"
WHITELIST: |-
nano_racing46
PredatorKT
Vossl86
Schwesche
EXISTING_WHITELIST_FILE: "MERGE"
restart: unless-stopped
volumes:
- /mnt/appdata/mc2:/data