summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-13 01:42:51 -0500
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-14 00:26:09 -0500
commit47ae33a8c8a724168c0c813a0ea89bae13a60f59 (patch)
tree92f3e82c140c37868d1cfa01b9b7cb64f1e1d6ed /template
parentc0ab7feac52fc00e66417db22b25162130a4e6e3 (diff)
downloadoldinfra-47ae33a8c8a724168c0c813a0ea89bae13a60f59.tar.gz
oldinfra-47ae33a8c8a724168c0c813a0ea89bae13a60f59.zip
add zigbee
Diffstat (limited to 'template')
-rw-r--r--template/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/docker-compose.yml b/template/docker-compose.yml
index 244783b..2848c09 100644
--- a/template/docker-compose.yml
+++ b/template/docker-compose.yml
@@ -5,7 +5,7 @@ services:
restart: always
image: {{ service_repo }}
healthcheck:
- test: ["CMD", "wget", "--spider", "http://localhost:8080/api/health"]
+ test: ["CMD", "wget", "--spider", "http://localhost:8080/health"]
interval: 5s
timeout: 10s
retries: 5