mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
Fix NGINX waiting for non-activated FPM (#116)
This commit is contained in:
parent
f720ccb0e3
commit
5d6e3fa392
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# ==============================================================================
|
||||
|
||||
# Wait for PHP-FPM to become available
|
||||
bashio::net.wait_for 9001
|
||||
bashio::net.wait_for 9002
|
||||
|
||||
bashio::log.info "Starting NGinx...."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue