summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Wiesenberg <weasy@hotmail.de>2020-10-18 23:06:08 +0200
committerDaniel Wiesenberg <weasy@hotmail.de>2020-10-18 23:06:08 +0200
commit2d6b7750fd98fef867e84097445f74496d1b3b3f (patch)
treecae7905fe295b08bf26110ad9c1083e49905fe3a /README.md
parentcde4178f4af69f61fb06169c9020888788c38f04 (diff)
downloadconduit-2d6b7750fd98fef867e84097445f74496d1b3b3f.zip
Fix order of docker command arguments and change repository link to...
...github.com repo, to relieve some pressure from git.koesters.xyz.
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 6c9fa74..c839775 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Pull and run the docker image with
``` bash
docker pull matrixconduit/matrix-conduit:latest
-docker run -d matrixconduit/matrix-conduit:latest -p 8448:8000 -v db:/srv/conduit/.local/share/conduit
+docker run -d -p 8448:8000 -v db:/srv/conduit/.local/share/conduit matrixconduit/matrix-conduit:latest
```
Or build and run it with docker or docker-compose. [Read more](docker/README.md)