Add an option to override the icon which already has been set. (#723)

This commit is contained in:
Eugene
2021-01-13 23:47:15 +01:00
committed by GitHub
parent d95abfce82
commit cd0fdfc95b
2 changed files with 17 additions and 11 deletions

View File

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