LukasGrebe / ha-addons

Addons for Home Assistant
GNU General Public License v3.0
37 stars 42 forks source link

Fix docker healthcheck #67

Closed cociweb closed 9 months ago

cociweb commented 10 months ago

This PR addresses the docker healthcheck issue. It changes the linux's curl request to nc of linux according to the discussion in #61.

bilalhp commented 8 months ago

@LukasGrebe @cociweb Please also consider adding --start-period because currently the container stays in "starting" phase for 5 minutes, because the first healthcheck occurs after --interval.

See: https://docs.docker.com/engine/reference/builder/#healthcheck