mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Fix trusted url on docker-compose.yml.
This commit is contained in:
parent
cec5f45459
commit
c7e02ad2ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue