Skip to content

Commit

Permalink
Update 99-run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Apr 22, 2024
1 parent 1c822cb commit 95321f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdnet-go/rootfs/etc/cont-init.d/99-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bashio::log.info "Starting app..."
/usr/bin/birdnet-go realtime & true

# Wait for app to become available to start nginx
bashio::net.wait_for 8096 localhost 900
bashio::net.wait_for 8080 localhost 900
bashio::log.info "Starting NGinx..."
exec nginx

0 comments on commit 95321f4

Please sign in to comment.