From 5800e9b79738b2d211512d189a871f6bf0c122fc Mon Sep 17 00:00:00 2001 From: Daniel Wiesenberg Date: Tue, 17 Aug 2021 14:44:53 +0200 Subject: Add Traefik setup, incl. step-by-step, to docker README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ``` > Note: You also need to supply a `conduit.toml` config file, you can find an example [here](./conduit-example.toml). -- cgit v1.2.3