The $PUID & $PGID env vars aren’t standard

They are conventions, and common ones, but not standard.
This commit is contained in:
Jeff Byrnes 2023-12-19 20:59:25 -05:00 committed by GitHub
parent e0886ef715
commit 72684bc864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ services:
### Running as non-root ### 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_ _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_