Merge pull request #1180 from iain-henderson/feature/dev-posix-environment

Document the usage of conventional environment variables in addition …
This commit is contained in:
Dominik
2025-03-01 08:42:17 +01:00
committed by GitHub

View File

@@ -85,3 +85,9 @@ Adding packages here is the same as running `apk add <package>` inside the conta
#### `PH_VERBOSE` (Default: `0`) #### `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. 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.