docs: noted whitelist importance

This commit is contained in:
Geoff Bourne 2021-09-25 09:38:47 -05:00
parent 814559bef8
commit 1b00a8692b

View file

@ -779,6 +779,8 @@ values.
### Whitelist Players ### Whitelist Players
> **NOTE** it is very important to set this with servers exposed to the internet where you want only limited players to join.
To whitelist players for your Minecraft server, pass the Minecraft usernames separated by commas via the `WHITELIST` environment variable, such as To whitelist players for your Minecraft server, pass the Minecraft usernames separated by commas via the `WHITELIST` environment variable, such as
docker run -d -e WHITELIST=user1,user2 ... docker run -d -e WHITELIST=user1,user2 ...