mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 03:08:45 +00:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user