Fix NGINX waiting for non-activated FPM (#116)

This commit is contained in:
Franck Nijhof 2021-01-24 17:13:24 +01:00 committed by GitHub
parent f720ccb0e3
commit 5d6e3fa392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
# ============================================================================== # ==============================================================================
# Wait for PHP-FPM to become available # Wait for PHP-FPM to become available
bashio::net.wait_for 9001 bashio::net.wait_for 9002
bashio::log.info "Starting NGinx...." bashio::log.info "Starting NGinx...."