Skip to content
Snippets Groups Projects
Verified Commit 8b47dda9 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

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.
parent 59a4bb09
No related branches found
No related tags found
No related merge requests found
Pipeline #5174 passed
...@@ -58,7 +58,7 @@ services: ...@@ -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 }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment