summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorJonas Zohren <git-pbkyr@jzohren.de>2022-02-13 12:15:40 +0000
committerJonas Zohren <git-pbkyr@jzohren.de>2022-02-16 15:12:38 +0100
commitc4353405a5c457b8301de123c646e748a07f8a22 (patch)
tree6a2324e0005d8c072a50adb16ef4c30a5acc46ef /docker
parentde6c3312ceca9d0f9c0d2041c16a46d6b538b2a6 (diff)
downloadconduit-c4353405a5c457b8301de123c646e748a07f8a22.zip
Suggestions from Jonas Zohren
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 14758fd..28ad06f 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -24,7 +24,7 @@ which also will tag the resulting image as `matrixconduit/matrix-conduit:latest`
After building the image you can simply run it with
```bash
-docker run -d -p 8448:6167 -v ~/conduit.toml:/srv/conduit/conduit.toml -v db:/srv/conduit/.local/share/conduit matrixconduit/matrix-conduit:latest
+docker run -d -p 8448:6167 -v ~/conduit.toml:/srv/conduit/conduit.toml -v db:/var/lib/matrix-conduit/ matrixconduit/matrix-conduit:latest
```
or you can skip the build step and pull the image from one of the following registries: