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:43:45 +0100
committerkaiyou <pierre@jaury.eu>2018-02-08 20:43:45 +0100
commit914a59cb8c12b25d77ed9a81e4543c23d7e10b5e (patch)
tree3a3a189077cee5a4b80afcdd523d6a04f780648a /contrib/docker/README.md
parentUse 'synapse' as a default postgres user in Docker examples (diff)
downloadsynapse-914a59cb8c12b25d77ed9a81e4543c23d7e10b5e.tar.xz
Disable the Web client in the Docker image
Diffstat (limited to 'contrib/docker/README.md')
-rw-r--r--contrib/docker/README.md1
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.