Skip to content

Commit

Permalink
Fix NGINX waiting for non-activated FPM (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 24, 2021
1 parent f720ccb commit 5d6e3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grocy/rootfs/etc/services.d/nginx/run
Original file line number Diff line number Diff line change
Expand Up @@ -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...."

Expand Down

0 comments on commit 5d6e3fa

Please sign in to comment.