mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
Changed rcon password references from "minecraft" to randomly generated (#2186)
This commit is contained in:
parent
07fc81a442
commit
821428c8b1
@ -107,7 +107,7 @@ The server icon which has been set doesn't get overridden by default. It can be
|
|||||||
|
|
||||||
RCON is **enabled by default** to allow for graceful shut down the server and coordination of save state during backups. RCON can be disabled by setting `ENABLE_RCON` to "false".
|
RCON is **enabled by default** to allow for graceful shut down the server and coordination of save state during backups. RCON can be disabled by setting `ENABLE_RCON` to "false".
|
||||||
|
|
||||||
The default password is "minecraft" but **change the password before deploying into production** by setting `RCON_PASSWORD`.
|
The default password is randomly generated if `RCON_PASSWORD` has not been set.
|
||||||
|
|
||||||
**DO NOT MAP THE RCON PORT EXTERNALLY** unless you aware of all the consequences and have set a **secure password** with `RCON_PASSWORD`.
|
**DO NOT MAP THE RCON PORT EXTERNALLY** unless you aware of all the consequences and have set a **secure password** with `RCON_PASSWORD`.
|
||||||
|
|
||||||
|
@ -541,7 +541,7 @@ alternatively, you can mount: <code>/etc/localtime:/etc/localtime:ro
|
|||||||
<tr>
|
<tr>
|
||||||
<td><code>RCON_PASSWORD</code></td>
|
<td><code>RCON_PASSWORD</code></td>
|
||||||
<td>You <strong>MUST</strong> change this value</td>
|
<td>You <strong>MUST</strong> change this value</td>
|
||||||
<td><code>minecraft</code></td>
|
<td><code>Randomly generated</code></td>
|
||||||
<td>✅</td>
|
<td>✅</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user