Explorar o código

Fix trusted url on docker-compose.yml.

Lauri Ojansivu %!s(int64=7) %!d(string=hai) anos
pai
achega
c7e02ad2ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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