Skip to content

Commit

Permalink
disable watchdog due to exceptions in the ha supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
s-allius committed Dec 17, 2024
1 parent a295f4d commit 444b124
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ha_addons/templates/config.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ services:
ports:
5005/tcp: 5005
10000/tcp: 10000
watchdog: "http://[HOST]:[PORT:8127]/-/healthy"

# FIXME: we disabled the watchdog due to exceptions in the ha supervisor. See: https://github.com/s-allius/tsun-gen3-proxy/issues/249
# watchdog: "http://[HOST]:[PORT:8127]/-/healthy"

# Definition of parameters in the configuration tab of the addon
# parameters are available within the container as /data/options.json
Expand Down

0 comments on commit 444b124

Please sign in to comment.