From d17a0dae1fefde1e926d030ec90a79e5a86e5a93 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Tue, 29 Dec 2020 19:46:41 +0000 Subject: [PATCH] Documentation: Missing PUID and PGID update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a2e28f3..3c7d1701 100644 --- a/README.md +++ b/README.md @@ -264,8 +264,8 @@ None of the following values are required. | Variable | Default | Choices | Description | | --- | --- | --- | --- | | `TZ` | | i.e. `Europe/London` | Specify a timezone to use to have correct log times | -| `UID` | `1000` | | User ID to run as non root and for ownership of files written | -| `GID` | `1000` | | Group ID to run as non root and for ownership of files written | +| `PUID` | `1000` | | User ID to run as non root and for ownership of files written | +| `PGID` | `1000` | | Group ID to run as non root and for ownership of files written | ### HTTP Control server