Update mc2/compose.yaml

added port for metrics
This commit is contained in:
2025-11-06 12:15:13 +00:00
parent fec59ec3d2
commit 48dbcf1fc8

View File

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