🚑 Hotfix of synapse | Major Release
This commit is contained in:
parent
8f23ba583d
commit
8f847d6769
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue