1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-26 00:59:07 +02:00

Merge pull request #1161 from zimmertr/fix_readme_syntax

Add missing backticks to Experimental Variables section on README for consistent markdown
This commit is contained in:
Adam Warner 2022-08-01 10:19:28 +01:00 committed by GitHub
commit b7a1e924ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,12 +145,12 @@ There are other environment variables if you want to customize various things in
### Experimental Variables ### Experimental Variables
| Variable | Default | Value | Description | | Variable | Default | Value | Description |
| -------- | ------- | ----- | ---------- | | -------- | ------- | ----- | ---------- |
| `DNSMASQ_USER` | unset | `<pihole\|root>` | Allows changing the user that FTLDNS runs as. Default: `pihole` | `DNSMASQ_USER` | unset | `<pihole\|root>` | Allows changing the user that FTLDNS runs as. Default: `pihole`|
| PIHOLE_UID | debian system value | Number | Overrides image's default pihole user id to match a host user id | | `PIHOLE_UID` | debian system value | Number | Overrides image's default pihole user id to match a host user id |
| PIHOLE_GID | debian system value | Number | Overrides image's default pihole group id to match a host group id | | `PIHOLE_GID` | debian system value | Number | Overrides image's default pihole group id to match a host group id |
| WEB_UID | debian system value | Number | Overrides image's default www-data user id to match a host user id | | `WEB_UID` | debian system value | Number | Overrides image's default www-data user id to match a host user id |
| WEB_GID | debian system value | Number | Overrides image's default www-data group id to match a host group id | | `WEB_GID` | debian system value | Number | Overrides image's default www-data group id to match a host group id |
| WEBLOGS_STDOUT | 0 | 0&vert;1 | 0 logs to defined files, 1 redirect access and error logs to stdout | | `WEBLOGS_STDOUT` | 0 | 0&vert;1 | 0 logs to defined files, 1 redirect access and error logs to stdout |
## Deprecated environment variables: ## Deprecated environment variables:
While these may still work, they are likely to be removed in a future version. Where applicable, alternative variable names are indicated. Please review the table above for usage of the alternative variables While these may still work, they are likely to be removed in a future version. Where applicable, alternative variable names are indicated. Please review the table above for usage of the alternative variables