Add section about new option ONLINE_MODE

This commit is contained in:
Jim Tremblay 2016-08-03 21:58:07 -04:00 committed by GitHub
parent 99b1de0bbd
commit 074424a5bd

View File

@ -537,6 +537,12 @@ To use this option pass the environment variable `MODPACK`, such as
top level of the zip archive. Make sure the jars are compatible with the
particular `TYPE` of server you are running.
### Online mode
By default, server checks connecting players against Minecraft's account database. If you want to create an offline server or your server is not connected to the internet, you can disable the server to try connecting to minecraft.net to authenticate players with environment variable `ONLINE_MODE`, like this
docker run -d -e ONLINE_MODE=FALSE ...
## JVM Configuration
### Memory Limit