Update Hedgedoc
This commit is contained in:
parent
b20766d1ca
commit
d6cdfa8f25
1 changed files with 1 additions and 4 deletions
|
@ -91,13 +91,10 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- "CMD_LDAP_BINDCREDENTIALS=${CODIMD_LDAP_BINDCREDENTIALS}"
|
- "CMD_LDAP_BINDCREDENTIALS=${CODIMD_LDAP_BINDCREDENTIALS}"
|
||||||
# enable registration
|
|
||||||
- "CMD_EMAIL=true"
|
|
||||||
- "CMD_ALLOW_EMAIL_REGISTER=true"
|
|
||||||
ports:
|
ports:
|
||||||
- "8081:3000"
|
- "8081:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./codimd_uploads_data:/codimd/public/uploads
|
- ./codimd_uploads_data:/hedgedoc/public/uploads
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue