Browse Source

Fix trusted url on docker-compose.yml.

Lauri Ojansivu 7 năm trước cách đây
mục cha
commit
c7e02ad2ee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

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