From 89eb7f6b0df73433f11d5137ed9859871d7bfd8a Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 25 Sep 2024 15:28:01 +0100 Subject: [PATCH] Correct the documentation for the TAIL_FTL_LOG variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 367160eb..de5b2026 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ To explicitly set no password, set `FTLCONF_webserver_api_password: ''` | Variable | Default | Value | Description | | -------- | ------- | ----- | ---------- | -| `TAIL_FTL_LOG` | unset | `` | Whether or not to output the FTL log when running the container. Useful for debugging/watching what FTL is doing. +| `TAIL_FTL_LOG` | `1` | `<0\|1>` | Whether or not to output the FTL log when running the container. Can be disabled by setting the value to 0 | | `FTLCONF_[SETTING]` | unset | As per documentation | Customize pihole.toml with settings described in the . Replace `.` with `_`, e.g for `dns.dnssec=true` use `FTLCONF_dns_dnssec: 'true'`
Array type configs should be delimited with `;`| | `PIHOLE_UID` | `100` | Number | Overrides image's default pihole user id to match a host user id
**IMPORTANT**: id must not already be in use inside the container! | | `PIHOLE_GID` | `101` | Number | Overrides image's default pihole group id to match a host group id
**IMPORTANT**: id must not already be in use inside the container!|