From 57ccfb122f98e88c8abc49a77c35a7e34a2a93e9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 7 Sep 2022 13:50:27 -0400 Subject: [PATCH] Update README.md Signed-off-by: Tommy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.