codimd: Fix bug after switch to hedgedoc image

The hedgedoc image stores the software in `/hedgedoc` and therefore the
container fails while trying to mount the tempfs. This patch fixes the
problem by renaming the path properly.
This commit is contained in:
Sheogorath 2020-12-28 01:17:37 +01:00 committed by saibotk
parent 5a1e85aa66
commit aefb3b8393
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -58,7 +58,7 @@ services:
tmpfs:
- /tmp:size=10M
{% if not codimd_uploads_local %}
- /codimd/public/uploads:size=10M
- /hedgedoc/public/uploads:size=10M
{% endif %}
environment:
- "CMD_DB_URL=postgres://{{ codimd_database_user }}:{{ codimd_database_password }}@database:5432/{{ codimd_database_name }}"