From 3c1065f7f6084abda632f0d230fea31816d75d0d Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Fri, 24 Feb 2023 07:31:43 -0500 Subject: [PATCH] Updated README. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 27531b4..d24c639 100644 --- a/README.md +++ b/README.md @@ -144,11 +144,12 @@ Removing environment variables that are not needed provides some advantages: the container. Some undocumented variables, like `PATH` or `ENV`, are required to be exposed, but are not meant to be changed by users. However, container management tools still show these variables to users. - - There is a bug with the Container Station on QNAP, where the value of an - environment variable is mandatory. This behavior is wrong and it's - perfectly fine to have a variable without value. In fact, this container - does have variables without value by default. Thus, removing uneeded - variables is a good way to prevent deployment issue on QNAP. + - There is a bug with the Container Station on QNAP and the Docker application + on Synology, where an environment variable without value might not be + allowed. This behavior is wrong: it's absolutely fine to have a variable + without value. In fact, this container does have variables without value by + default. Thus, removing uneeded variables is a good way to prevent + deployment issue on these devices. ### Data Volumes