summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Wiesenberg <weasy@hotmail.de>2021-08-17 14:44:53 +0200
committerDaniel Wiesenberg <weasy@hotmail.de>2021-08-26 12:26:32 +0200
commit5800e9b79738b2d211512d189a871f6bf0c122fc (patch)
tree3d5600d383a9c4f63e57dbef3b1a82eae731d1da /README.md
parent33481ec062d0e136d4c9097e5438e5015f783800 (diff)
downloadconduit-5800e9b79738b2d211512d189a871f6bf0c122fc.zip
Add Traefik setup, incl. step-by-step, to docker README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fde762c..836f9c6 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ Pull and run the docker image with
``` bash
docker pull 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
+docker run -d -p 8448:6167 -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).