codimd: Fix local uploads mountpoint

This patch fixes the mountpoint for local filesystem uploads to the new hedgedoc container.
This commit is contained in:
saibotk 2021-07-15 12:34:16 +02:00
parent 2cb0d7dafa
commit 4f5caf10a1
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -89,7 +89,7 @@ services:
{% if codimd_uploads_local %}
volumes:
- {{ codimd_uploads_location }}:/codimd/public/uploads
- {{ codimd_uploads_location }}:/hedgedoc/public/uploads
{% endif %}
networks:
backend: