From 46b261c9fe27c03f1210057f6be283b665efb605 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 29 Jan 2023 15:53:10 +0100 Subject: [PATCH] chore(docs): adjust docs about frontend docker container --- docs/content/doc/setup/install-frontend.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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