Add Traefik setup, incl. step-by-step, to docker README.

This commit is contained in:
Daniel Wiesenberg 2021-08-17 14:44:53 +02:00
parent 33481ec062
commit 5800e9b797
5 changed files with 102 additions and 11 deletions

View file

@ -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).