File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ While this can be useful for the user to adjust the value of environment
116116variables to fit its needs, it can also be confusing and dangerous to keep all
117117of them.
118118
119- A good pratice is to set/keep only the variables that are needed for the
119+ A good practice is to set/keep only the variables that are needed for the
120120container to behave as desired in a specific setup. If the value of variable is
121121kept to its default value, it means that it can be removed. Keep in mind that
122122all variables are optional, meaning that none of them is required for the
@@ -137,7 +137,7 @@ Removing environment variables that are not needed provides some advantages:
137137 on Synology, where an environment variable without value might not be
138138 allowed. This behavior is wrong: it' s absolutely fine to have a variable
139139 without value. In fact, this container does have variables without value by
140- default. Thus, removing uneeded variables is a good way to prevent
140+ default. Thus, removing unneeded variables is a good way to prevent
141141 deployment issue on these devices.
142142
143143# ## Data Volumes
You can’t perform that action at this time.
0 commit comments