🔨 Makes NGinx wait for PHP-FPM before starting

This commit is contained in:
Franck Nijhof 2019-04-21 09:04:01 +02:00
parent e9124e2ed1
commit 91171b28c9
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -5,7 +5,7 @@
# ============================================================================== # ==============================================================================
# Wait for PHP-FPM to become available # Wait for PHP-FPM to become available
s6-svwait -u -t 5000 /var/run/s6/services/php-fpm bashio::wait_for 17276
bashio::log.info "Starting Phlex..." bashio::log.info "Starting Phlex..."
exec nginx -g "daemon off;" exec nginx -g "daemon off;"