From fa191b39628b085ab569057a7d3e4c7ed8cd6986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EA=B8=88=ED=95=84?= Date: Fri, 26 Jan 2024 19:13:40 +0900 Subject: [PATCH] Update README.md Added caveats for Boolean type environment variable options. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3cde21b..a55f5fa 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,11 @@ It is highly recommended you set the following environment values before startin *** Required for docker stop to save and gracefully close the server +> [!IMPORTANT] +> Boolean values used in environment variables are case sensitive because they are used in the shell script. +> +> They must be set using exactly true or false for the option to take effect. + ### Game Ports | Port | Info |