mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-07 19:29:42 +00:00
docs: noted whitelist importance
This commit is contained in:
@@ -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 ...
|
||||||
|
|||||||
Reference in New Issue
Block a user