Fix wrong copy

This commit is contained in:
Roger Gonzalez 2025-01-31 11:32:14 -03:00
parent 21948a68ed
commit 2adc165018
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -15,7 +15,7 @@ fi
# Generate configuration # Generate configuration
echo "Generating configuration with domain: $DOMAIN..." echo "Generating configuration with domain: $DOMAIN..."
docker run -it --rm \  ✔   22s docker run -it --rm \
-v $(pwd)/config/synapse:/data \ -v $(pwd)/config/synapse:/data \
-e SYNAPSE_SERVER_NAME= "$DOMAIN" \ -e SYNAPSE_SERVER_NAME= "$DOMAIN" \
-e SYNAPSE_REPORT_STATS=no \ -e SYNAPSE_REPORT_STATS=no \