codimd: Fix local uploads mountpoint
This patch fixes the mountpoint for local filesystem uploads to the new hedgedoc container.
This commit is contained in:
parent
2cb0d7dafa
commit
4f5caf10a1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue