From 23a25be904469565528e0a52f53b2de870bb2543 Mon Sep 17 00:00:00 2001 From: gitlab-nickfreeman Date: Thu, 3 Nov 2022 12:18:25 +0000 Subject: [PATCH] Update README.md (#2855) There only are 2, not 3 sample `docker-compose` files. This is only a change to the README.md, no need for Go unit tests ### Pull Request Checklist * [x] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests * [x] Pull request includes a [sign off below using a legally identifiable name](https://matrix-org.github.io/dendrite/development/contributing#sign-off) _or_ I have already signed off privately Signed-off-by: `Nick Freeman ` --- build/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/README.md b/build/docker/README.md index 6111b830..7eb20d88 100644 --- a/build/docker/README.md +++ b/build/docker/README.md @@ -22,7 +22,7 @@ docker build . --target demo-yggdrasil -t matrixdotorg/dendrite-demo-yggdrasil ## Compose files -There are three sample `docker-compose` files: +There are two sample `docker-compose` files: - `docker-compose.monolith.yml` which runs a monolith Dendrite deployment - `docker-compose.polylith.yml` which runs a polylith Dendrite deployment