1
0

chore(docs): adjust docs about frontend docker container

This commit is contained in:
kolaente
2023-01-29 15:53:10 +01:00
parent 40411e4100
commit 46b261c9fe

View File

@ -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. 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 The docker container runs as an unprivileged user and does not mount anything.
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.
### API URL configuration in docker ### API URL configuration in docker