From 1b00a8692b6f26571aba5d441c7920d0aad98b31 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 25 Sep 2021 09:38:47 -0500 Subject: [PATCH] docs: noted whitelist importance --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 477eb809..03cd5854 100644 --- a/README.md +++ b/README.md @@ -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 ...