Skip to content
Snippets Groups Projects
Commit e369af37 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

healthcheck should run on exposend not bound port

parent a56e7584
No related branches found
No related tags found
No related merge requests found
Pipeline #81625 passed
...@@ -102,7 +102,7 @@ services: ...@@ -102,7 +102,7 @@ services:
ports: ports:
- 7001:8080 - 7001:8080
healthcheck: healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:7001/health"] test: ["CMD", "curl", "--fail", "http://localhost:8080/health"]
interval: 10s interval: 10s
timeout: 10s timeout: 10s
retries: 5 retries: 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment