Skip to content

Commit 2f9b22b

Browse files
committed
chore(contaner): adjust health check script defaults
1 parent bec9cc2 commit 2f9b22b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/healthcheck.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
set -e
33

4-
# Simple health check using curl
5-
curl --fail http://localhost:9000/health
4+
# Minimal curl-based health check with timeout and error reporting
5+
curl --fail --silent --show-error --connect-timeout 1 --max-time 2 http://localhost:9000/health

0 commit comments

Comments
 (0)