You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
191 B
Bash
6 lines
191 B
Bash
4 years ago
|
docker run -it --rm \
|
||
|
--mount type=volume,src=synapse-data,dst=/data \
|
||
|
-e SYNAPSE_SERVER_NAME=your.domain \
|
||
|
-e SYNAPSE_REPORT_STATS=yes \
|
||
|
matrixdotorg/synapse:latest generate
|