From fdb8bf9433ad5ab6d673085678db51422607902e Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Sat, 5 Nov 2022 19:01:02 +0000 Subject: [PATCH] Move repo clone to gitea --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 106a386..d5bc297 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # Synapse Worker Docker -A docker image for synapse workers based off [Synapse-Docker](https://github.com/tommytran732/Synapse-Docker). +A docker image for synapse workers based off [Synapse-Docker](https://github.com/tommytran732/Synapse-Docker/). This is designed for users using Synapse inside of docker and wish to use workers. It would be advisable to use this in conjunction with Synapse-Docker. -Uses alpine as the base images and features a hardened memory allocator and has mjonir support. +Uses alpine as the base images, features a hardened memory allocator and has mjonir support. ## Building `` -git clone https://codeberg.org/deathrow/synapse-worker-docker/ +git clone https://git.anonymousland.org/anonymousland/synapse-worker-docker/ `` ``