From 4fe6b96e610c7be3fa7e1d2412c3049cc9a6e42e Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:35:21 +0100 Subject: [PATCH] modified: docker-compose.yaml --- docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 71a4567..872c48c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -48,6 +48,7 @@ services: # ===== RCON ===== ENABLE_RCON: "true" RCON_PASSWORD: ${RCON_PASSWORD:-minecraft} + RCON_PORT: ${RCON_PORT:-25575} # ===== TIMEZONE ===== TZ: ${TIMEZONE:-Europe/Berlin} @@ -57,7 +58,7 @@ services: ports: - "${MC_PORT:-25565}:25565" - - "${RCON_PORT:-25575}:25575" + - "${RCON_PORT:-25575}:${RCON_PORT:-25575}" volumes: - minecraft-data:/data