diff options
author | Arnaud Venturi <github@toadjaune.eu> | 2021-06-14 15:09:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 14:09:35 +0100 |
commit | 9633ed747d9629a838e2308530251aadc3585d4c (patch) | |
tree | bebfd93da4a591e9cc8283f9354b1ba4bab12a25 /build | |
parent | ce574f5e29914e78f0ad1a8bbef64bf29bf0044a (diff) |
Remove mention of enabling naffka in install instructions, as it is the default value (#1853)
Signed-off-by: Arnaud Venturi <git@toadjaune.eu>
Diffstat (limited to 'build')
-rw-r--r-- | build/docker/README.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build/docker/README.md b/build/docker/README.md index c3eb73b2..6d3cd3db 100644 --- a/build/docker/README.md +++ b/build/docker/README.md @@ -51,10 +51,7 @@ The key files will now exist in your current working directory, and can be mount ## Starting Dendrite as a monolith deployment Create your config based on the `dendrite.yaml` configuration file in the `docker/config` -folder in the [Dendrite repository](https://github.com/matrix-org/dendrite). Additionally, -make the following changes to the configuration: - -- Enable Naffka: `use_naffka: true` +folder in the [Dendrite repository](https://github.com/matrix-org/dendrite). Once in place, start the PostgreSQL dependency: |