simojenki / bonob

sonos SMAPI implementation allowing integrating different music sources with sonos.
GNU General Public License v3.0
226 stars 16 forks source link

Docker health check becomes an unhealthy state #147

Closed joker32 closed 1 year ago

joker32 commented 1 year ago

The health check in release 0.6.3 fails because wget ist not available inside the container.

HEALTHCHECK CMD wget -O- http://localhost:${BNB_PORT}/about || exit 1

simojenki commented 1 year ago

I've publish 0.6.4 docker image, could you please try that and confirm it is working ok for you?

joker32 commented 1 year ago

Now the health check becomes healthy. Thanks for your quick fix.