Skip to content

Commit ee00508

Browse files
committed
chore(container): adjust health check script defaults
1 parent fb04961 commit ee00508

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)