Hedgedoc: Serve assets through HTTPS and not plain HTTP.
This commit is contained in:
parent
2cf429ab16
commit
449dcb61ed
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ services:
|
|||
- DB_PASS={{ hedgedoc_secrets['mysql_root_password'] }}
|
||||
- DB_NAME=hedgedoc
|
||||
- CMD_DOMAIN=hedgedoc.{{ domain }}
|
||||
- CMD_PROTOCOL_USESSL=true
|
||||
ports:
|
||||
- {{ ports['hedgedoc'] }}:3000
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue