fix docker thing

This commit is contained in:
eta 2020-05-28 18:34:17 +01:00
parent 242614fc68
commit c891841231
1 changed files with 3 additions and 4 deletions

View File

@ -107,12 +107,11 @@ you might run the bridge like so:
```
docker run \
--name whatsxmpp \
--name whatsxmpp \
--restart always \
-v /wx:/data \
eu.gcr.io/etainfra/whatsxmpp
-v /wx:/data \
eu.gcr.io/etainfra/whatsxmpp \
/data/data.sqlite3
```
Consult the [Docker reference](https://docs.docker.com/engine/reference/run/) for more details