Updated README.

This commit is contained in:
Jocelyn Le Sage 2023-02-24 07:31:43 -05:00
parent f65da5c089
commit 3c1065f7f6

View File

@ -144,11 +144,12 @@ Removing environment variables that are not needed provides some advantages:
the container. Some undocumented variables, like `PATH` or `ENV`, are the container. Some undocumented variables, like `PATH` or `ENV`, are
required to be exposed, but are not meant to be changed by users. However, required to be exposed, but are not meant to be changed by users. However,
container management tools still show these variables to users. container management tools still show these variables to users.
- There is a bug with the Container Station on QNAP, where the value of an - There is a bug with the Container Station on QNAP and the Docker application
environment variable is mandatory. This behavior is wrong and it's on Synology, where an environment variable without value might not be
perfectly fine to have a variable without value. In fact, this container allowed. This behavior is wrong: it's absolutely fine to have a variable
does have variables without value by default. Thus, removing uneeded without value. In fact, this container does have variables without value by
variables is a good way to prevent deployment issue on QNAP. default. Thus, removing uneeded variables is a good way to prevent
deployment issue on these devices.
### Data Volumes ### Data Volumes