From a49c99adcf9a860fa364026e4a2c56437b0fb2ec Mon Sep 17 00:00:00 2001 From: Saibotk Date: Wed, 15 Mar 2023 20:58:22 +0100 Subject: [PATCH] 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 https://kolaente.dev/vikunja/api/commit/80266d138380ca79895600076e906e446e102be1 --- roles/vikunja/templates/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/vikunja/templates/docker-compose.yml b/roles/vikunja/templates/docker-compose.yml index 6463d75..ce886ef 100644 --- a/roles/vikunja/templates/docker-compose.yml +++ b/roles/vikunja/templates/docker-compose.yml @@ -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: