diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-05-21 14:45:33 +0100 |
---|---|---|
committer | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-08-02 18:21:32 +0100 |
commit | 0d25724419c43313f9b8345b07aaebe3eeeeee7e (patch) | |
tree | 6aa1c51d2216d42911381e61d31fb2e322927750 /README.rst | |
parent | Merge pull request #3639 from matrix-org/rav/refactor_error_handling (diff) | |
download | synapse-0d25724419c43313f9b8345b07aaebe3eeeeee7e.tar.xz |
Refactor docker locations and README.
This addresses #3224
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 5fdfad345f..90bd49c9a1 100644 --- a/README.rst +++ b/README.rst @@ -157,7 +157,7 @@ if you prefer. In case of problems, please see the _`Troubleshooting` section below. -There is an offical synapse image available at https://hub.docker.com/r/matrixdotorg/synapse/tags/ which can be used with the docker-compose file available at `contrib/docker`. Further information on this including configuration options is available in `contrib/docker/README.md`. +There is an offical synapse image available at https://hub.docker.com/r/matrixdotorg/synapse/tags/ which can be used with the docker-compose file available at `contrib/docker`. Further information on this including configuration options is available in the README on hub.docker.com. Alternatively, Andreas Peters (previously Silvio Fricke) has contributed a Dockerfile to automate a synapse server in a single Docker image, at https://hub.docker.com/r/avhost/docker-matrix/tags/ |