Closed joker32 closed 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
I've publish 0.6.4 docker image, could you please try that and confirm it is working ok for you?
Now the health check becomes healthy. Thanks for your quick fix.
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