Skip to content

Commit ef7264b

Browse files
committed
Add link for lavarell logs to stderr
Signed-off-by: solidnerd <niclas@mietz.io>
1 parent d97c8a4 commit ef7264b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ if [ ! -f '/var/www/BookStack/.env' ]; then
7979
MAIL_ENCRYPTION=${MAIL_ENCRYPTION:-null}
8080
# URL used for social login redirects, NO TRAILING SLASH
8181
EOF
82+
sed -ie "s/single/errorlog/g" config/app.php
8283
else
8384
echo >&2 'error: missing DB_HOST environment variable'
8485
exit 1

0 commit comments

Comments
 (0)