modified: .env.example

new file:   CONSOLE.md
	modified:   docker-compose.yaml
This commit is contained in:
SimolZimol
2025-12-08 22:10:26 +01:00
parent a6e266f041
commit b85de53cbf
3 changed files with 232 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ services:
# ===== RCON =====
ENABLE_RCON: "true"
RCON_PASSWORD: ${RCON_PASSWORD:-minecraft}
RCON_PORT: 25575
# ===== TIMEZONE =====
TZ: ${TIMEZONE:-Europe/Berlin}
@@ -57,6 +58,7 @@ services:
ports:
- "${MC_PORT:-25565}:25565"
- "${RCON_PORT:-25575}:25575"
volumes:
- minecraft-data:/data