Add ability to run the docker container with configurable user and group ids

This commit is contained in:
kolaente 2020-05-22 21:18:11 +02:00
parent b0948a37d4
commit 4204af255c
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
5 changed files with 40 additions and 6 deletions

View file

@ -30,6 +30,8 @@ services:
VIKUNJA_REDIS_HOST: 'redis:6379'
VIKUNJA_CACHE_ENABLED: 1
VIKUNJA_CACHE_TYPE: redis
volumes:
- ./files:/app/vikunja/files
redis:
image: redis
{{< /highlight >}}