From 645c4b105a70bea086805b78b7e704923ac4c82a Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Wed, 9 Sep 2020 02:17:57 +0200 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ebe974..d24f149 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Matrix Synapse -Matrix Synapse, based on official `martixdotorg/synapse` image. +Matrix Synapse, based on the [official `matrixdotorg/synapse` +image][synapse-docker]. 1. Set up Docker Swarm and [`abra`][abra] 2. Deploy [`compose-stacks/traefik`][compose-traefik] @@ -12,5 +13,6 @@ Matrix Synapse, based on official `martixdotorg/synapse` image. 6. `abra service_run synapse` to open a shell 7. `register_new_matrix_user -c /data/homeserver.yaml http://localhost:8008` +[synapse-docker]: https://hub.docker.com/r/matrixdotorg/synapse [abra]: https://git.autonomic.zone/autonomic-cooperative/abra [compose-traefik]: https://git.autonomic.zone/compose-stacks/traefik