summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Wiesenberg <weasy@hotmail.de>2021-03-12 21:07:43 +0100
committerDaniel Wiesenberg <weasy@hotmail.de>2021-05-22 16:53:48 +0200
commitbeb428d8669d509b3199531660a3544ccff69d9a (patch)
treed98f3a04ce8764cd210f7a01b36567da6a717efa /README.md
parent52a96b3d8404ccfc04ab0e0ba60ed8f9963ba686 (diff)
downloadconduit-beb428d8669d509b3199531660a3544ccff69d9a.zip
Update docker command in README
Mention the need for a config.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 591313f..3a8384f 100644
--- a/README.md
+++ b/README.md
@@ -82,9 +82,11 @@ Pull and run the docker image with
``` bash
docker pull matrixconduit/matrix-conduit:latest
-docker run -d -p 8448:8000 -v db:/srv/conduit/.local/share/conduit matrixconduit/matrix-conduit:latest
+docker run -d -p 8448:8000 -v ~/conduit.toml:/srv/conduit/conduit.toml -v db:/srv/conduit/.local/share/conduit matrixconduit/matrix-conduit:latest
```
+> <b>Note:</b> You also need to supply a `conduit.toml` config file, you can find an example [here](./conduit-example.toml).
+
Or build and run it with docker or docker-compose. [Read more](docker/README.md)