diff --git a/docs/content/doc/setup/install-frontend.md b/docs/content/doc/setup/install-frontend.md index 77c2a610c..0a7130de6 100644 --- a/docs/content/doc/setup/install-frontend.md +++ b/docs/content/doc/setup/install-frontend.md @@ -47,10 +47,7 @@ which will run the docker image and expose port 80 on the host. See [full docker example]({{< ref "full-docker-example.md">}}) for more varations of this config. -### Setting user and group id of the user running vikunja - -You can set the user and group id of the user running vikunja with the `PUID` and `PGID` evironment variables. -This follows the pattern used by [the linuxserver.io](https://docs.linuxserver.io/general/understanding-puid-and-pgid) docker images. +The docker container runs as an unprivileged user and does not mount anything. ### API URL configuration in docker