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