From a2c7760bb61a79a0ac790b73c5eeec1f02311dc4 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 5 Jun 2020 17:27:25 +0100 Subject: [PATCH] Update README.md --- build/docker/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/docker/README.md b/build/docker/README.md index fd6411439..aa6ec8010 100644 --- a/build/docker/README.md +++ b/build/docker/README.md @@ -23,7 +23,7 @@ The `docker-compose` files refer to the `/etc/dendrite` volume as where the runtime config should come from. The mounted folder must contain: - `dendrite.yaml` configuration file (based on the sample `dendrite-config.yaml` - in the `docker/hub/config` folder in the [Dendrite repository](https://github.com/matrix-org/dendrite) + in the `docker/config` folder in the [Dendrite repository](https://github.com/matrix-org/dendrite) - `matrix_key.pem` server key, as generated using `cmd/generate-keys` - `server.crt` certificate file - `server.key` private key file for the above certificate @@ -59,9 +59,9 @@ docker-compose -f docker-compose.polylith.yml up ## Building the images -The `docker/hub/images-build.sh` script will build all of the component images. +The `docker/images-build.sh` script will build all of the component images. -The `docker/hub/images-push.sh` script will push them to Docker Hub (subject +The `docker/images-push.sh` script will push them to Docker Hub (subject to permissions). If you wish to build and push your own images, rename `matrixdotorg/dendrite` to