diff options
author | Eirik <eiriksjovoll@gmail.com> | 2024-03-21 18:05:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 17:05:52 +0000 |
commit | 159536d5257fd7cab874878fa271c71cc9f29ade (patch) | |
tree | f412ebdd33ab577f7cc264bf7e41eab0f2dd51ef | |
parent | Bump types-jsonschema from 4.21.0.20240118 to 4.21.0.20240311 (#17007) (diff) | |
download | synapse-159536d5257fd7cab874878fa271c71cc9f29ade.tar.xz |
Update link, in installation guide, for docker hub synapse images (#17001)
-rw-r--r-- | docs/setup/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 324cdc67b2..9126874d44 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -26,7 +26,7 @@ for most users. #### Docker images and Ansible playbooks There is an official synapse image available at -<https://hub.docker.com/r/vectorim/synapse> or at [`ghcr.io/element-hq/synapse`](https://ghcr.io/element-hq/synapse) +<https://hub.docker.com/r/matrixdotorg/synapse> or at [`ghcr.io/element-hq/synapse`](https://ghcr.io/element-hq/synapse) which can be used with the docker-compose file available at [contrib/docker](https://github.com/element-hq/synapse/tree/develop/contrib/docker). Further information on this including configuration options is available in the README |