mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
docs: noted whitelist importance
This commit is contained in:
parent
814559bef8
commit
1b00a8692b
1 changed files with 2 additions and 0 deletions
|
@ -779,6 +779,8 @@ values.
|
|||
|
||||
### 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
|
||||
|
||||
docker run -d -e WHITELIST=user1,user2 ...
|
||||
|
|
Loading…
Reference in a new issue