Skip to content

Commit 19d6142

Browse files
authored
Merge pull request #525 from davidosomething/patch-1
Update README.md healthcheck implementation for node-slim
2 parents 1b4681d + 70e5504 commit 19d6142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/monitoring/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ You can use it to configure health checks performed by your container orchestrat
2222
services:
2323

2424
whatsupdocker:
25-
image: getwud/wud:5.1.0
25+
image: getwud/wud:7.2.0
2626
...
2727
healthcheck:
28-
test: wget --no-verbose --tries=1 --no-check-certificate --spider http://localhost:3000
28+
test: node --eval "fetch('http://localhost:3000').catch(() => process.exit(1))"
2929
interval: 10s
3030
timeout: 10s
3131
retries: 3

0 commit comments

Comments
 (0)