Update README.md

This commit is contained in:
Tommy 2022-01-15 09:30:36 -05:00 committed by GitHub
parent 9c89ccd1bc
commit b99ae18713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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