Fix trusted url on docker-compose.yml.

This commit is contained in:
Lauri Ojansivu 2018-08-14 17:09:46 +03:00
parent cec5f45459
commit c7e02ad2ee

View file

@ -54,7 +54,7 @@ services:
# and allows all iframing etc. See wekan/server/policy.js
- BROWSER_POLICY_ENABLED=true
# When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside.
- TRUSTED_URL=
- TRUSTED_URL=''
depends_on:
- wekandb