We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97c8a4 commit ef7264bCopy full SHA for ef7264b
docker-entrypoint.sh
@@ -79,6 +79,7 @@ if [ ! -f '/var/www/BookStack/.env' ]; then
79
MAIL_ENCRYPTION=${MAIL_ENCRYPTION:-null}
80
# URL used for social login redirects, NO TRAILING SLASH
81
EOF
82
+sed -ie "s/single/errorlog/g" config/app.php
83
else
84
echo >&2 'error: missing DB_HOST environment variable'
85
exit 1
0 commit comments