mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Fix dendrite config file location in docker guide (#934)
This commit is contained in:
parent
c5b7a17272
commit
5a1a1ded1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user