Skip to content

Commit d6e011d

Browse files
Document the usage of conventional environment variables in addition to exact matches of configuration names.
Signed-off-by: Iain Henderson <[email protected]>
1 parent e8e07ad commit d6e011d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/docker/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,9 @@ Adding packages here is the same as running `apk add <package>` inside the conta
8585
#### `PH_VERBOSE` (Default: `0`)
8686

8787
Setting this environment variable to `1` will set `-x`, making the scripts that run on container startup more verbose. Useful for debugging only.
88+
89+
### Variable Formatting
90+
91+
Environment variables may be set in the format given here, or they may be entirely uppercase in the conventional manner.
92+
93+
For example, both `FTLCONF_dns_upstreams` and `FTLCONF_DNS_UPSTREAMS` are functionally equivalent when used as environment variables.

0 commit comments

Comments
 (0)