This commit is contained in:
2025-11-05 18:23:50 +01:00
parent d244ffdc37
commit d5cd7c6c0f

View File

@@ -1,13 +1,21 @@
services: services:
mc: mc:
image: itzg/minecraft-server image: itzg/minecraft-server:latest
environment: tty: true
EULA: "true" stdin_open: true
VERSION: 1.21.10
ports: ports:
- "25565:25565" - "25565:25565"
volumes: environment:
- /mnt/appdata/mc2:/data EULA: "TRUE"
stdin_open: true TYPE: "PAPER"
tty: true 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 restart: unless-stopped