Browse Source

Document that our Docker images are mirrored to GHCR. (#15282)

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
reivilibre 1 year ago
parent
commit
f11fe931f5
2 changed files with 3 additions and 2 deletions
  1. 1 0
      changelog.d/15282.docker
  2. 2 2
      docs/setup/installation.md

+ 1 - 0
changelog.d/15282.docker

@@ -0,0 +1 @@
+Mirror images to the GitHub Container Registry (`ghcr.io/matrix-org/synapse`).

+ 2 - 2
docs/setup/installation.md

@@ -26,8 +26,8 @@ for most users.
 #### Docker images and Ansible playbooks
 
 There is an official synapse image available at
-<https://hub.docker.com/r/matrixdotorg/synapse> which can be used with
-the docker-compose file available at
+<https://hub.docker.com/r/matrixdotorg/synapse> or at [`ghcr.io/matrix-org/synapse`](https://ghcr.io/matrix-org/synapse)
+which can be used with the docker-compose file available at
 [contrib/docker](https://github.com/matrix-org/synapse/tree/develop/contrib/docker).
 Further information on this including configuration options is available in the README
 on hub.docker.com.