summaryrefslogtreecommitdiff
path: root/template/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'template/docker-compose.yml')
-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