1
0

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
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 >}}