From 40224be544a47ffa77178944fd4bab68c89bd6c6 Mon Sep 17 00:00:00 2001 From: TJ Zimmerman Date: Mon, 1 Aug 2022 00:10:51 -0700 Subject: [PATCH] Add missing backticks to Exp. Vars for formatting. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 26ce028..85727f7 100644 --- a/README.md +++ b/README.md @@ -145,12 +145,12 @@ There are other environment variables if you want to customize various things in ### Experimental Variables | Variable | Default | Value | Description | | -------- | ------- | ----- | ---------- | -| `DNSMASQ_USER` | unset | `` | 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_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_GID | debian system value | Number | Overrides image's default www-data group id to match a host group id | -| WEBLOGS_STDOUT | 0 | 0|1 | 0 logs to defined files, 1 redirect access and error logs to stdout | +| `DNSMASQ_USER` | unset | `` | 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_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_GID` | debian system value | Number | Overrides image's default www-data group id to match a host group id | +| `WEBLOGS_STDOUT` | 0 | 0|1 | 0 logs to defined files, 1 redirect access and error logs to stdout | ## 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