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