diff --git a/dockers/docker-compose.yaml b/dockers/docker-compose.yaml
index 727dfc23558a4f4e96015de180e221ac4c10baee..4c6695e27f5610d0700b3e70a5e8db4d6d1927a7 100644
--- a/dockers/docker-compose.yaml
+++ b/dockers/docker-compose.yaml
@@ -102,7 +102,7 @@ services:
     ports:
       - 7001:8080
     healthcheck:
-      test: ["CMD", "curl", "--fail", "http://localhost:7001/health"]
+      test: ["CMD", "curl", "--fail", "http://localhost:8080/health"]
       interval: 10s
       timeout: 10s
       retries: 5