Add Traefik setup, incl. step-by-step, to docker README.
This commit is contained in:
parent
33481ec062
commit
5800e9b797
5 changed files with 102 additions and 11 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue