diff options
author | gitlab-nickfreeman <nick@nickfreeman.de> | 2022-11-03 12:18:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 12:18:25 +0000 |
commit | 23a25be904469565528e0a52f53b2de870bb2543 (patch) | |
tree | 1ff5ac019b0db5382e6540d39432eb8b5cc5dbc7 /build/docker | |
parent | 8704e84898e2a31d5cefbdb43c8d7b325f20eb51 (diff) |
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
<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->
* [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 <nick@nickfreeman.de>`
Diffstat (limited to 'build/docker')
-rw-r--r-- | build/docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |