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:
parent
825e40ffa0
commit
a49c99adcf
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue