Skip to content

Commit

Permalink
Fix BanyanDB's health check
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Hongtao <[email protected]>
  • Loading branch information
hanahmily committed Nov 1, 2024
1 parent 9ad80e3 commit c02d5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/platform/docker/docker-compose.single-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- 17912
command: standalone
healthcheck:
test: ["CMD", "./bydbctl", "health", "--config=-", "--addr=http://banyandb:17913"]
test: ["CMD", "nc", "-z", "127.0.0.1", "17913"]
interval: 30s
timeout: 10s
retries: 3
Expand Down

0 comments on commit c02d5e7

Please sign in to comment.