From 4489f069fc55445eaff57f97b1edb591cd985ab6 Mon Sep 17 00:00:00 2001 From: Dmitry Meshkoff Date: Fri, 10 Oct 2025 22:52:40 +0300 Subject: [PATCH] Update configuration.md Default UID and GID is 1000, not 100 Signed-off-by: Dmitry Meshkoff --- docs/docker/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docker/configuration.md b/docs/docker/configuration.md index 6e7d6b8..592cefb 100644 --- a/docs/docker/configuration.md +++ b/docs/docker/configuration.md @@ -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