Fix dendrite config file location in docker guide (#934)

main
Alex Chen 2020-03-23 19:16:17 +08:00 committed by GitHub
parent c5b7a17272
commit 5a1a1ded1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,10 @@ and start working on dendrite.
### Configuration
Copy the `dendrite-docker.yaml` file to the root of the project and rename it to
`dendrite.yaml`. It already contains the defaults used in `docker-compose` for
networking so you will only have to change things like the `server_name` or to
toggle `naffka`.
Create a directory named `cfg` in the root of the project. Copy the
`dendrite-docker.yaml` file into that directory and rename it to `dendrite.yaml`.
It already contains the defaults used in `docker-compose` for networking so you will
only have to change things like the `server_name` or to toggle `naffka`.
You can run the following `docker-compose` commands either from the top directory
specifying the `docker-compose` file