summaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2019-06-21 08:21:43 -0500
committerAndrej Shadura <andrewsh@debian.org>2019-06-21 08:21:43 -0500
commit5aefda23f94b2bb2edadc20b6f596cced667b5de (patch)
treee6e16b3fc40db3bf8d5bece185c1876b7e7f0cb1 /docker/README.md
parent7f98bacd8b6de28f5375d8a30cd60a65411c06e7 (diff)
New upstream version 1.0.0
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index b27a692d..df5d0151 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -161,7 +161,7 @@ specify values for `SYNAPSE_CONFIG_PATH`, `SYNAPSE_SERVER_NAME` and
example:
```
-docker run -it --rm
+docker run -it --rm \
--mount type=volume,src=synapse-data,dst=/data \
-e SYNAPSE_CONFIG_PATH=/data/homeserver.yaml \
-e SYNAPSE_SERVER_NAME=my.matrix.host \