From 72684bc8641be4efcf86c02edc4b5685e1bdfe3e Mon Sep 17 00:00:00 2001 From: Jeff Byrnes Date: Tue, 19 Dec 2023 20:59:25 -0500 Subject: [PATCH] =?UTF-8?q?The=20$PUID=20&=20$PGID=20env=20vars=20aren?= =?UTF-8?q?=E2=80=99t=20standard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are conventions, and common ones, but not standard. --- docs/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/docker.md b/docs/installation/docker.md index 1f9f07d6..8849928b 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -20,7 +20,7 @@ services: ### Running as non-root -By default, the Homepage container runs as root. Homepage also supports running your container as non-root via the standard `PUID` and `PGID` environment variables. When using these variables, make sure that any volumes mounted in to the container have the correct ownership and permissions set. +By default, the Homepage container runs as root. Homepage also supports running your container as non-root via the common `PUID` and `PGID` environment variables. When using these variables, make sure that any volumes mounted in to the container have the correct ownership and permissions set. _Using the docker socket directly is not the recommended method of integration and requires either running homepage as root or that the user be part of the docker group_