Client-Ansible-Setup/services/service_matrix/matrix-genconfig.sh

8 lines
207 B
Bash

#!/bin/sh
docker run -it --rm \
--mount type=bind,src=./generated-data,dst=/data \
-e SYNAPSE_SERVER_NAME=my.matrix.host \
-e SYNAPSE_REPORT_STATS=yes \
matrixdotorg/synapse:latest generate