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
116
116
variables to fit its needs, it can also be confusing and dangerous to keep all
117
117
of them.
118
118
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
120
120
container to behave as desired in a specific setup. If the value of variable is
121
121
kept to its default value, it means that it can be removed. Keep in mind that
122
122
all 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:
137
137
on Synology, where an environment variable without value might not be
138
138
allowed. This behavior is wrong: it' s absolutely fine to have a variable
139
139
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
141
141
deployment issue on these devices.
142
142
143
143
# ## Data Volumes
You can’t perform that action at this time.
0 commit comments