Explorar el Código

Fix trusted url on docker-compose.yml.

Lauri Ojansivu hace 7 años
padre
commit
c7e02ad2ee
Se han modificado 1 ficheros con 1 adiciones y 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
       - 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