summary refs log tree commit diff
diff options
context:
space:
mode:
authorJurrie Overgoor <1213142+Jurrie@users.noreply.github.com>2019-03-29 10:15:39 +0100
committerJurrie Overgoor <1213142+Jurrie@users.noreply.github.com>2019-03-29 10:25:41 +0100
commite0f219789d03e14a335e25832e4d39cbb705c955 (patch)
tree9e6f06ff7f7e7742942817fc6764db22125ec737
parentFix typo in TLS filenames (diff)
downloadsynapse-e0f219789d03e14a335e25832e4d39cbb705c955.tar.xz
Add -p argument for docker run command example
Signed-off-by: Jurrie Overgoor <1213142+Jurrie@users.noreply.github.com>
-rw-r--r--docker/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md

index a2cef668a6..44ade63f27 100644 --- a/docker/README.md +++ b/docker/README.md
@@ -31,6 +31,7 @@ docker run \ --mount type=volume,src=synapse-data,dst=/data \ -e SYNAPSE_SERVER_NAME=my.matrix.host \ -e SYNAPSE_REPORT_STATS=yes \ + -p 8448:8448 \ matrixdotorg/synapse:latest ```