modified: docker-compose.yaml
This commit is contained in:
@@ -48,6 +48,7 @@ services:
|
|||||||
# ===== RCON =====
|
# ===== RCON =====
|
||||||
ENABLE_RCON: "true"
|
ENABLE_RCON: "true"
|
||||||
RCON_PASSWORD: ${RCON_PASSWORD:-minecraft}
|
RCON_PASSWORD: ${RCON_PASSWORD:-minecraft}
|
||||||
|
RCON_PORT: ${RCON_PORT:-25575}
|
||||||
|
|
||||||
# ===== TIMEZONE =====
|
# ===== TIMEZONE =====
|
||||||
TZ: ${TIMEZONE:-Europe/Berlin}
|
TZ: ${TIMEZONE:-Europe/Berlin}
|
||||||
@@ -57,7 +58,7 @@ services:
|
|||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "${MC_PORT:-25565}:25565"
|
- "${MC_PORT:-25565}:25565"
|
||||||
- "${RCON_PORT:-25575}:25575"
|
- "${RCON_PORT:-25575}:${RCON_PORT:-25575}"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- minecraft-data:/data
|
- minecraft-data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user