summary refs log tree commit diff
path: root/contrib/docker/README.md
diff options
context:
space:
mode:
authorkaiyou <pierre@jaury.eu>2018-02-08 20:41:41 +0100
committerkaiyou <pierre@jaury.eu>2018-02-08 20:41:41 +0100
commitb8a4dceb3cee6b69d1b1b882cef1f96a3ff6249f (patch)
tree860d2e3c26d4acf38342f88df151f181dc2384e5 /contrib/docker/README.md
parentRename the permissions variable to avoid confusion (diff)
downloadsynapse-b8a4dceb3cee6b69d1b1b882cef1f96a3ff6249f.tar.xz
Refactor the start script to better handle mandatory parameters
Diffstat (limited to 'contrib/docker/README.md')
-rw-r--r--contrib/docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/docker/README.md b/contrib/docker/README.md
index 3710afb0cf..0493d2ee6e 100644
--- a/contrib/docker/README.md
+++ b/contrib/docker/README.md
@@ -90,7 +90,7 @@ Otherwise, a dynamic configuration file will be used. The following environment
 variables are available for configuration:
 
 * ``SYNAPSE_SERVER_NAME`` (mandatory), the current server public hostname.
-* ``SYNAPSE_REPORT_STATS``, (mandatory, ``yes`` or ``not``), enable anonymous
+* ``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).