From b99ae18713e025007aaa26c0ae7f2f7945ace82d Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 15 Jan 2022 09:30:36 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2b5849..5e35f38 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,4 @@ Matrix Synapse Docker-Compose - Edit whatever else you might want to 4. Copy config.sample.json from https://github.com/vector-im/element-web to `./element/config.json` and make the approriate adjustments 5. Follow https://matrix-org.github.io/synapse/latest/turn-howto.html and edit `./coturn/turnserver.conf` accordingly +6. Run `docker-compose up` and make sure nothing errors out. You can use `docker-compose up -d` to start it in the background if you want.