Skip to content

Commit

Permalink
Document the usage of conventional environment variables in addition …
Browse files Browse the repository at this point in the history
…to exact matches of configuration names.

Signed-off-by: Iain Henderson <[email protected]>
  • Loading branch information
iain-henderson committed Feb 22, 2025
1 parent e8e07ad commit d6e011d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docker/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ Adding packages here is the same as running `apk add <package>` inside the conta
#### `PH_VERBOSE` (Default: `0`)

Setting this environment variable to `1` will set `-x`, making the scripts that run on container startup more verbose. Useful for debugging only.

### Variable Formatting

Environment variables may be set in the format given here, or they may be entirely uppercase in the conventional manner.

For example, both `FTLCONF_dns_upstreams` and `FTLCONF_DNS_UPSTREAMS` are functionally equivalent when used as environment variables.

0 comments on commit d6e011d

Please sign in to comment.