From 402894cd8d543ba9c2d05c172e88822601652fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Fri, 5 Nov 2021 20:38:02 +0100 Subject: [PATCH] document that default RCON_PASSWORD = minecraft in README (#1109) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a263a33..39afd412 100644 --- a/README.md +++ b/README.md @@ -875,6 +875,7 @@ The server icon which has been set doesn't get overridden by default. It can be ### Rcon To use rcon use the `ENABLE_RCON` and `RCON_PASSWORD` variables. +The default RCON password is _"minecraft",_ but it's **highly** recommended to override that. By default rcon port will be `25575` but can easily be changed with the `RCON_PORT` variable. docker run -d -e ENABLE_RCON=true -e RCON_PASSWORD=testing