Skip to content
Snippets Groups Projects
Commit e0f21978 authored by Jurrie Overgoor's avatar Jurrie Overgoor
Browse files

Add -p argument for docker run command example

parent aee4ea8b
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment