diff --git a/mc2/compose.yaml b/mc2/compose.yaml index a3cf03b..f87fc04 100644 --- a/mc2/compose.yaml +++ b/mc2/compose.yaml @@ -1,13 +1,21 @@ services: mc: - image: itzg/minecraft-server - environment: - EULA: "true" - VERSION: 1.21.10 + image: itzg/minecraft-server:latest + tty: true + stdin_open: true ports: - "25565:25565" - volumes: - - /mnt/appdata/mc2:/data - stdin_open: true - tty: true + environment: + EULA: "TRUE" + TYPE: "PAPER" + 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 \ No newline at end of file