summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-14 17:29:53 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-14 17:29:53 +0300
commit94079923128235ffcf15be30acddeb2d3e37063e (patch)
tree6975964624f41980dfc7b20dfd331e18fa4cff94 /docker-compose.yml
parentc7e02ad2ee4a6aa85d23979d291bd8bf10b61ab4 (diff)
downloadwekan-94079923128235ffcf15be30acddeb2d3e37063e.tar.gz
wekan-94079923128235ffcf15be30acddeb2d3e37063e.tar.bz2
wekan-94079923128235ffcf15be30acddeb2d3e37063e.zip
Fix typo.
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index e7c1cbea..c46b3e3b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -39,7 +39,7 @@ services:
- ROOT_URL=http://localhost
# Wekan Export Board works when WITH_API='true'.
# 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
# The address of the server where Matomo is hosted:
# - 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.
# 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
- - 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.
- TRUSTED_URL=''
depends_on: