diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-13 01:42:51 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-14 00:26:09 -0500 |
commit | 47ae33a8c8a724168c0c813a0ea89bae13a60f59 (patch) | |
tree | 92f3e82c140c37868d1cfa01b9b7cb64f1e1d6ed /template | |
parent | c0ab7feac52fc00e66417db22b25162130a4e6e3 (diff) | |
download | oldinfra-47ae33a8c8a724168c0c813a0ea89bae13a60f59.tar.gz oldinfra-47ae33a8c8a724168c0c813a0ea89bae13a60f59.zip |
add zigbee
Diffstat (limited to 'template')
-rw-r--r-- | template/docker-compose.yml | 2 |
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 |