From f307077636ad32ee5de1772fb76baba6986c9088 Mon Sep 17 00:00:00 2001 From: Ross Holmberg Date: Thu, 2 Sep 2021 12:21:11 +1000 Subject: [PATCH] Typo (#1027) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45d1b375..b85dd6a6 100644 --- a/README.md +++ b/README.md @@ -823,7 +823,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_PASSORD` variables. +To use rcon use the `ENABLE_RCON` and `RCON_PASSWORD` variables. 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