Add reverse proxy information to docker-compose README.md

Signed-off-by: mervyn <6359152+reply2future@users.noreply.github.com>
This commit is contained in:
mervyn 2023-09-27 16:07:08 +08:00
parent 044f00c5aa
commit 6b9e7f78b9
1 changed files with 4 additions and 0 deletions

View File

@ -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)