Suggestions from Jonas Zohren

This commit is contained in:
Jonas Zohren 2022-02-13 12:15:40 +00:00
parent de6c3312ce
commit c4353405a5
No known key found for this signature in database
GPG key ID: FE3ED5D90A175463
4 changed files with 4 additions and 7 deletions

View file

@ -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: