summary refs log tree commit diff
path: root/docker/README.md
diff options
context:
space:
mode:
author*=0=1=4=* <21157384+f35f0ef9d0e827dae86552d3899f78fc@users.noreply.github.com>2019-04-25 08:47:22 -0500
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-04-25 14:47:22 +0100
commit4a9a118a94748ce287741f207f2077c6595ff178 (patch)
treef346ac4797b26752808cb25b128a6c595e039868 /docker/README.md
parentConfig option for verifying federation certificates (MSC 1711) (#4967) (diff)
downloadsynapse-4a9a118a94748ce287741f207f2077c6595ff178.tar.xz
Fix handling of SYNAPSE_NO_TLS in docker image (#5005)
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index b48d74e09c..b27a692d5b 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -102,8 +102,9 @@ when ``SYNAPSE_CONFIG_PATH`` is not set.
 * ``SYNAPSE_SERVER_NAME`` (mandatory), the server public hostname.
 * ``SYNAPSE_REPORT_STATS``, (mandatory, ``yes`` or ``no``), enable anonymous
   statistics reporting back to the Matrix project which helps us to get funding.
-* ``SYNAPSE_NO_TLS``, set this variable to disable TLS in Synapse (use this if
-  you run your own TLS-capable reverse proxy).
+* `SYNAPSE_NO_TLS`, (accepts `true`, `false`, `on`, `off`, `1`, `0`, `yes`, `no`]): disable
+  TLS in Synapse (use this if you run your own TLS-capable reverse proxy). Defaults
+  to `false` (ie, TLS is enabled by default).
 * ``SYNAPSE_ENABLE_REGISTRATION``, set this variable to enable registration on
   the Synapse instance.
 * ``SYNAPSE_ALLOW_GUEST``, set this variable to allow guest joining this server.