We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e07ad commit d6e011dCopy full SHA for d6e011d
docs/docker/configuration.md
@@ -85,3 +85,9 @@ Adding packages here is the same as running `apk add <package>` inside the conta
85
#### `PH_VERBOSE` (Default: `0`)
86
87
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