vikunja: Mount config writable as a workaround

Current release tries to chown the config file.

Until a new release might fix this, we will use this as a workaround.

See 80266d1383
This commit is contained in:
Saibotk 2023-03-15 20:58:22 +01:00
parent 825e40ffa0
commit a49c99adcf
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -27,7 +27,7 @@ services:
- db
- redis
volumes:
- "{{ vikunja_install_location }}/config.yml:/app/vikunja/config.yml:ro"
- "{{ vikunja_install_location }}/config.yml:/app/vikunja/config.yml"
- "{{ vikunja_api_files_location }}:/app/vikunja/files"
networks:
database: