HedgeDoc Corrections de variables pour rendu
This commit is contained in:
parent
2126a2cbf7
commit
fae6a34e8f
|
@ -43,7 +43,8 @@ CMD_DB_DIALECT=${database_dialect}
|
|||
#CMD_DB_URL=CMD_DB_URL=mysql://hedgedoc:${GARBAYE_HEDGEDOC_DATABASE_PASSWORD}@database:3306/hedgedoc
|
||||
CMD_IMAGE_UPLOAD_TYPE=filesystem
|
||||
## HedgeDoc Location
|
||||
CMD_DOMAIN=localhost
|
||||
CMD_DOMAIN=${GARBAYE_HEDGEDOC_DOMAIN}
|
||||
CMD_PROTOCOL_USESSL=true
|
||||
CMD_URL_ADDPORT=true
|
||||
CMD_ALLOW_ORIGIN=["localhost","${GARBAYE_HEDGEDOC_DOMAIN}"]
|
||||
## Web security aspects
|
||||
|
|
|
@ -93,7 +93,7 @@ services:
|
|||
# local reverse proxy, you may want to listen on 127.0.0.1.
|
||||
# Example:
|
||||
# - "127.0.0.1:3000:3000"
|
||||
- "3000:3000"
|
||||
- "127.0.0.1:8089:3000"
|
||||
networks:
|
||||
backend:
|
||||
#restart: always
|
||||
|
|
Loading…
Reference in a new issue