mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 21:33:19 -06:00
Update README.md
This commit is contained in:
parent
48995b2b74
commit
a2c7760bb6
|
|
@ -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:
|
runtime config should come from. The mounted folder must contain:
|
||||||
|
|
||||||
- `dendrite.yaml` configuration file (based on the sample `dendrite-config.yaml`
|
- `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`
|
- `matrix_key.pem` server key, as generated using `cmd/generate-keys`
|
||||||
- `server.crt` certificate file
|
- `server.crt` certificate file
|
||||||
- `server.key` private key file for the above certificate
|
- `server.key` private key file for the above certificate
|
||||||
|
|
@ -59,9 +59,9 @@ docker-compose -f docker-compose.polylith.yml up
|
||||||
|
|
||||||
## Building the images
|
## 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).
|
to permissions).
|
||||||
|
|
||||||
If you wish to build and push your own images, rename `matrixdotorg/dendrite` to
|
If you wish to build and push your own images, rename `matrixdotorg/dendrite` to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue