Compare commits

..

2 Commits

Author SHA1 Message Date
c267f95fc6 bluemap port mc2 2025-11-25 22:30:38 +01:00
291dcaa4d9 mcag 6g ram 2025-11-25 22:17:08 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ services:
EULA: "TRUE" EULA: "TRUE"
TYPE: "PAPER" TYPE: "PAPER"
VERSION: "1.21.10" VERSION: "1.21.10"
MEMORY: "4096M" MEMORY: "6144M"
USE_MEOWICE_FLAGS: "true" USE_MEOWICE_FLAGS: "true"
TZ: "Europe/Berlin" TZ: "Europe/Berlin"
ENABLE_WHITELIST: "true" ENABLE_WHITELIST: "true"

View File

@@ -5,6 +5,7 @@ services:
stdin_open: true stdin_open: true
ports: ports:
- "25565:25565" - "25565:25565"
- "8100:8100"
- "9100:9100" - "9100:9100"
environment: environment:
EULA: "TRUE" EULA: "TRUE"