🚑 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:
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue