diff --git a/setup.sh b/setup.sh index 1929f85..9810680 100755 --- a/setup.sh +++ b/setup.sh @@ -15,7 +15,7 @@ fi # Generate configuration echo "Generating configuration with domain: $DOMAIN..." -docker run -it --rm \  ✔   22s +docker run -it --rm \ -v $(pwd)/config/synapse:/data \ -e SYNAPSE_SERVER_NAME= "$DOMAIN" \ -e SYNAPSE_REPORT_STATS=no \