diff options
author | kaiyou <pierre@jaury.eu> | 2018-02-08 20:41:41 +0100 |
---|---|---|
committer | kaiyou <pierre@jaury.eu> | 2018-02-08 20:41:41 +0100 |
commit | b8a4dceb3cee6b69d1b1b882cef1f96a3ff6249f (patch) | |
tree | 860d2e3c26d4acf38342f88df151f181dc2384e5 /contrib/docker/README.md | |
parent | Rename the permissions variable to avoid confusion (diff) | |
download | synapse-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.md | 2 |
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). |