From 7a791ab6920e008f33d85fd4d9e6430a0d924a1c Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 27 Oct 2024 18:15:49 +0900 Subject: [PATCH] Update docs/container-images.md: replace matrixdotorg/synapse with its fork The switch to element-hq/synapse was conducted with aa0a85b094190a5b9508058680becb3bbb83c7c6. Since the fork no longer belongs to Matrix Foundation, it is not quite "official" anymore, while it is enabled by default and not optional. Signed-off-by: Suguru Hirahara --- docs/container-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/container-images.md b/docs/container-images.md index 86466bc09..5ee476e12 100644 --- a/docs/container-images.md +++ b/docs/container-images.md @@ -9,7 +9,7 @@ We try to stick to official images (provided by their respective projects) as mu These services are enabled and used by default, but you can turn them off, if you wish. -- [matrixdotorg/synapse](https://hub.docker.com/r/matrixdotorg/synapse/) - the official [Synapse](https://github.com/element-hq/synapse) Matrix homeserver (optional) +- [element-hq/synapse](https://ghcr.io/element-hq/synapse) - a fork of [matrixdotorg/synapse](https://github.com/matrix-org/synapse) Matrix homeserver - [coturn/coturn](https://hub.docker.com/r/coturn/coturn/) - the [Coturn](https://github.com/coturn/coturn) STUN/TURN server (optional)