Skip to content

Commit bae942c

Browse files
authored
Merge pull request #1180 from iain-henderson/feature/dev-posix-environment
Document the usage of conventional environment variables in addition …
2 parents aa83598 + d6e011d commit bae942c

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)