2
0
Lauri Ojansivu 7 жил өмнө
parent
commit
9407992312

+ 2 - 2
docker-compose.yml

@@ -39,7 +39,7 @@ services:
       - ROOT_URL=http://localhost
       - ROOT_URL=http://localhost
       # Wekan Export Board works when WITH_API='true'.
       # Wekan Export Board works when WITH_API='true'.
       # If you disable Wekan API with 'false', Export Board does not work.
       # If you disable Wekan API with 'false', Export Board does not work.
-      - WITH_API=true
+      - WITH_API='true'
       # Optional: Integration with Matomo https://matomo.org that is installed to your server
       # Optional: Integration with Matomo https://matomo.org that is installed to your server
       # The address of the server where Matomo is hosted:
       # The address of the server where Matomo is hosted:
       # - MATOMO_ADDRESS='https://example.com/matomo'
       # - MATOMO_ADDRESS='https://example.com/matomo'
@@ -52,7 +52,7 @@ services:
       # Enable browser policy and allow one trusted URL that can have iframe that has Wekan embedded inside.
       # Enable browser policy and allow one trusted URL that can have iframe that has Wekan embedded inside.
       # Setting this to false is not recommended, it also disables all other browser policy protections
       # Setting this to false is not recommended, it also disables all other browser policy protections
       # 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: