fix: Fixes typo in restart.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
image: ghcr.io/m-housh/hvactoolbox:main
|
image: ghcr.io/m-housh/hvactoolbox:main
|
||||||
container_name: hvactoolbox
|
container_name: hvactoolbox
|
||||||
restart: unless_stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl --fail --silent http://0.0.0.0:8080/health
|
test: curl --fail --silent http://0.0.0.0:8080/health
|
||||||
interval: 1m
|
interval: 1m
|
||||||
|
|||||||
Reference in New Issue
Block a user