🚑 Hotfix of synapse | Major Release

This commit is contained in:
Markus Benjamin Tabler 2026-06-27 21:11:31 +02:00
parent 8f23ba583d
commit 8f847d6769

View file

@ -14,7 +14,7 @@ services:
entrypoint:
- /bin/sh
- -c
- >
- |
set -e
if [ ! -f /data/homeserver.yaml ]; then
echo "Generating initial configuration..."
@ -23,7 +23,6 @@ services:
echo "enable_registration: true" >> /data/homeserver.yaml
echo "enable_registration_without_verification: true" >> /data/homeserver.yaml
fi
echo "Starting Synapse..."
exec /start.py