Skip to content

Commit 52edb7d

Browse files
committed
Add TAIL_WEB_LOG env to docker configuration
Signed-off-by: yubiuser <github@yubiuser.dev>
1 parent 385a023 commit 52edb7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/docker/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ The `FTLCONF_webserver_api_password` variable can be set directly or sourced fro
156156
| Variable | Default | Value | Description |
157157
| :--- | :--- | :--- | :--- |
158158
| `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. |
159+
| `TAIL_WEB_LOG` | `1` | `<0\|1>` | Whether or not to output the webserver log when running the container. Can be disabled by setting the value to 0. |
159160
| `PIHOLE_UID` | `1000` | Number | Overrides image's default pihole user id to match a host user id.<br/>**IMPORTANT**: id must not already be in use inside the container! |
160161
| `PIHOLE_GID` | `1000` | Number | Overrides image's default pihole group id to match a host group id.<br/>**IMPORTANT**: id must not already be in use inside the container! |
161162

0 commit comments

Comments
 (0)