mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-08 06:38:53 +00:00
Add an option to override the icon which already has been set. (#723)
This commit is contained in:
@@ -766,6 +766,10 @@ downloaded, scaled, and converted from any other image format:
|
||||
|
||||
docker run -d -e ICON=http://..../some/image.png ...
|
||||
|
||||
The server icon which has been set doesn't get overridden by default. It can be changed and overridden by setting `OVERRIDE_ICON` to `TRUE`.
|
||||
|
||||
docker run -d -e ICON=http://..../some/other/image.png -e OVERRIDE_ICON=TRUE...
|
||||
|
||||
### Rcon
|
||||
|
||||
To use rcon use the `ENABLE_RCON` and `RCON_PASSORD` variables.
|
||||
|
||||
Reference in New Issue
Block a user