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:
parent
5a1e85aa66
commit
aefb3b8393
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ services:
|
||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp:size=10M
|
- /tmp:size=10M
|
||||||
{% if not codimd_uploads_local %}
|
{% if not codimd_uploads_local %}
|
||||||
- /codimd/public/uploads:size=10M
|
- /hedgedoc/public/uploads:size=10M
|
||||||
{% endif %}
|
{% endif %}
|
||||||
environment:
|
environment:
|
||||||
- "CMD_DB_URL=postgres://{{ codimd_database_user }}:{{ codimd_database_password }}@database:5432/{{ codimd_database_name }}"
|
- "CMD_DB_URL=postgres://{{ codimd_database_user }}:{{ codimd_database_password }}@database:5432/{{ codimd_database_name }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue