Update configuration.md

Default UID and GID is 1000, not 100

Signed-off-by: Dmitry Meshkoff <mejgano@gmail.com>
This commit is contained in:
Dmitry Meshkoff
2025-10-10 22:52:40 +03:00
committed by GitHub
parent ab00184e4b
commit 4489f069fc

View File

@@ -60,11 +60,11 @@ To set a specific password for the web interface, use the environment variable `
Whether or not to output the FTL log when running the container. Can be disabled by setting the value to 0
#### `PIHOLE_UID` (Default: `100`)
#### `PIHOLE_UID` (Default: `1000`)
Overrides image's default pihole user id to match a host user id
#### `PIHOLE_GID` (Default: `100`)
#### `PIHOLE_GID` (Default: `1000`)
Overrides image's default pihole group id to match a host group id