From 132872ddbfcab8f76af8ae5eb060baef6ec8c264 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 14 Jan 2022 02:11:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 117acc8..f222162 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Matrix Synapse Docker-Compose 1. Update docker-compose.yml -2. docker-compose run --rm -e SYNAPSE_SERVER_NAME=yourdomain.tld -e SYNAPSE_REPORT_STATS=no synapse generate +2. Run `docker-compose run --rm -e SYNAPSE_SERVER_NAME=yourdomain.tld -e SYNAPSE_REPORT_STATS=no synapse generate` 3. Update ./files/homeserver.yaml - Update web_client_location to app.yourdomain.tld (Remember to remove the comment #) - Update public_baseurl to matrix.yourdomain.tld (Remember to remove the comment #)