From 6b9e7f78b91fd6642430d55b5227ca047cdc2efa Mon Sep 17 00:00:00 2001 From: mervyn <6359152+reply2future@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:07:08 +0800 Subject: [PATCH] Add reverse proxy information to docker-compose README.md Signed-off-by: mervyn <6359152+reply2future@users.noreply.github.com> --- contrib/docker/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/docker/README.md b/contrib/docker/README.md index 4e8e14b52e..8948d62d96 100644 --- a/contrib/docker/README.md +++ b/contrib/docker/README.md @@ -40,6 +40,10 @@ You just choose one of the following options. Open `http://localhost:8008` in your browser, and it's successful if you see the welcome page. +## Next + +Set up a reverse proxy to expose the port and host the tls certificates. See [reverse proxy](https://matrix-org.github.io/synapse/latest/reverse_proxy.html) + ### More information For more information on required environment variables and mounts, see the main docker documentation at [/docker/README.md](../../docker/README.md)