From e369af37067dd52ab835006ccaada2becb4198d0 Mon Sep 17 00:00:00 2001
From: jrybicki-jsc <j.rybicki@fz-juelich.de>
Date: Wed, 27 Oct 2021 10:12:57 +0200
Subject: [PATCH] healthcheck should run on exposend not bound port

---
 dockers/docker-compose.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dockers/docker-compose.yaml b/dockers/docker-compose.yaml
index 727dfc2..4c6695e 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
-- 
GitLab