From 8f847d6769b70823f2d377be85d3629c6e3b4d5a Mon Sep 17 00:00:00 2001 From: BenjiG70 Date: Sat, 27 Jun 2026 21:11:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Hotfix=20of=20synapse=20|=20Majo?= =?UTF-8?q?r=20Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- matrix/docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/matrix/docker-compose.yml b/matrix/docker-compose.yml index cbf39b6..978d53b 100755 --- a/matrix/docker-compose.yml +++ b/matrix/docker-compose.yml @@ -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