diff --git a/README.md b/README.md index d901f54..1c656a1 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ Matrix Synapse Docker-Compose 5. Copy the config from https://github.com/matrix-org/pantalaimon to `./pantalaimon/pantalaimon.conf` and edit it 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. 7. Create a user for mjolnir -8. Copy the config from https://github.com/matrix-org/mjolnir/blob/main/config/default.yaml to `./mjolnir/config/production.yaml and edit it accordingly. +8. Copy the config from https://github.com/matrix-org/mjolnir/blob/main/config/default.yaml to `./mjolnir/config/production.yaml` and edit it accordingly. If you want to enable the abuse report API, make it listen on `0.0.0.0:8081`.