diff options
author | Jurrie Overgoor <1213142+Jurrie@users.noreply.github.com> | 2019-03-29 10:15:39 +0100 |
---|---|---|
committer | Jurrie Overgoor <1213142+Jurrie@users.noreply.github.com> | 2019-03-29 10:25:41 +0100 |
commit | e0f219789d03e14a335e25832e4d39cbb705c955 (patch) | |
tree | 9e6f06ff7f7e7742942817fc6764db22125ec737 /docker/README.md | |
parent | Fix typo in TLS filenames (diff) | |
download | synapse-e0f219789d03e14a335e25832e4d39cbb705c955.tar.xz |
Add -p argument for docker run command example
Signed-off-by: Jurrie Overgoor <1213142+Jurrie@users.noreply.github.com>
Diffstat (limited to 'docker/README.md')
-rw-r--r-- | docker/README.md | 1 |
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 ``` |