Fix dendrite config file location in docker guide (#934)
parent
c5b7a17272
commit
5a1a1ded1b
|
@ -11,10 +11,10 @@ and start working on dendrite.
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
Copy the `dendrite-docker.yaml` file to the root of the project and rename it to
|
Create a directory named `cfg` in the root of the project. Copy the
|
||||||
`dendrite.yaml`. It already contains the defaults used in `docker-compose` for
|
`dendrite-docker.yaml` file into that directory and rename it to `dendrite.yaml`.
|
||||||
networking so you will only have to change things like the `server_name` or to
|
It already contains the defaults used in `docker-compose` for networking so you will
|
||||||
toggle `naffka`.
|
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
|
You can run the following `docker-compose` commands either from the top directory
|
||||||
specifying the `docker-compose` file
|
specifying the `docker-compose` file
|
||||||
|
|
Loading…
Reference in New Issue