mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-04 19:21:35 +00:00
🔨 Makes NGinx wait for PHP-FPM before starting
This commit is contained in:
parent
e9124e2ed1
commit
91171b28c9
1 changed files with 1 additions and 1 deletions
|
@ -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;"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue