diff options
author | kaiyou <pierre@jaury.eu> | 2018-02-08 20:43:45 +0100 |
---|---|---|
committer | kaiyou <pierre@jaury.eu> | 2018-02-08 20:43:45 +0100 |
commit | 914a59cb8c12b25d77ed9a81e4543c23d7e10b5e (patch) | |
tree | 3a3a189077cee5a4b80afcdd523d6a04f780648a /contrib/docker/README.md | |
parent | Use 'synapse' as a default postgres user in Docker examples (diff) | |
download | synapse-914a59cb8c12b25d77ed9a81e4543c23d7e10b5e.tar.xz |
Disable the Web client in the Docker image
Diffstat (limited to 'contrib/docker/README.md')
-rw-r--r-- | contrib/docker/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/docker/README.md b/contrib/docker/README.md index 0493d2ee6e..9f40dc0d58 100644 --- a/contrib/docker/README.md +++ b/contrib/docker/README.md @@ -94,7 +94,6 @@ variables are available for configuration: 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_WEB_CLIENT``, set this variable to enable the embedded Web client. * ``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. |