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 41f5cb7 commit b2d5513Copy full SHA for b2d5513
‎bookstack/rootfs/etc/services.d/php-fpm/run‎
@@ -31,6 +31,11 @@ if bashio::config.has_value 'proxy_host';then
31
APP_URL=$(bashio::config "proxy_host")
32
fi
33
34
+if bashio::config.equals 'log_level' 'debug' \
35
+ || bashio::config.equals 'log_level' 'trace' ;then
36
+ export APP_DEBUG=true
37
+fi
38
+
39
bashio::log.info "Installing/updating Database"
40
php /var/www/bookstack/artisan migrate --force
41
0 commit comments