From 9292ccd5d951aad96f5cd21669d94bd131aa310d Mon Sep 17 00:00:00 2001 From: NickFreeman Date: Thu, 3 Nov 2022 13:15:05 +0100 Subject: [PATCH] There only are 2, not 3 sample `docker-compose` files --- 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 6111b8305..7eb20d88f 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