document that default RCON_PASSWORD = minecraft in README (#1109)

This commit is contained in:
Michael Vorburger ⛑️ 2021-11-05 20:38:02 +01:00 committed by GitHub
parent f97cea4b06
commit 402894cd8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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