diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-11-16 11:27:59 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-11-16 11:27:59 +0000 |
commit | d8b526b603683879c012972707cdce44fff3c802 (patch) | |
tree | ec1f974bfc7ee79e7202909fb9bc9bc03f7c59dc | |
parent | bfa9df4a5a731e61de35375d4b23f99b8211ecbb (diff) |
Update docker readme
-rw-r--r-- | build/docker/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/docker/README.md b/build/docker/README.md index 7bf72e15..0e46e637 100644 --- a/build/docker/README.md +++ b/build/docker/README.md @@ -2,6 +2,11 @@ These are Docker images for Dendrite! +They can be found on Docker Hub: + +- [matrixdotorg/dendrite-monolith](https://hub.docker.com/repository/docker/matrixdotorg/dendrite-monolith) for monolith deployments +- [matrixdotorg/dendrite-polylith](https://hub.docker.com/repository/docker/matrixdotorg/dendrite-polylith) for polylith deployments + ## Dockerfiles The `Dockerfile` builds the base image which contains all of the Dendrite |