Skip to content

Commit

Permalink
avoid returning bloat in kibana health check - fixup podman
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Oct 25, 2024
1 parent 4ed3373 commit 0774b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ services:
elasticsearch:
condition: service_healthy
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:5601/status"]
test: ["CMD", "curl", "-f", "-o", "/dev/null", "http://localhost:5601/status"]
interval: 10s
timeout: 2s
retries: 5
Expand Down

0 comments on commit 0774b05

Please sign in to comment.