From ea19c770eefbb06cbce1cf4d100e71f7568363ea Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 13 Feb 2026 12:17:28 -0500 Subject: [PATCH] fix: Fixes typo in restart. --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 185ce19..1a0613f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,7 @@ services: image: ghcr.io/m-housh/hvactoolbox:main container_name: hvactoolbox - restart: unless_stopped + restart: unless-stopped healthcheck: test: curl --fail --silent http://0.0.0.0:8080/health interval: 1m