Skip to content

Commit

Permalink
Merge pull request #525 from davidosomething/patch-1
Browse files Browse the repository at this point in the history
Update README.md healthcheck implementation for node-slim
  • Loading branch information
fmartinou authored Dec 28, 2024
2 parents 1b4681d + 70e5504 commit 19d6142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ You can use it to configure health checks performed by your container orchestrat
services:

whatsupdocker:
image: getwud/wud:5.1.0
image: getwud/wud:7.2.0
...
healthcheck:
test: wget --no-verbose --tries=1 --no-check-certificate --spider http://localhost:3000
test: node --eval "fetch('http://localhost:3000').catch(() => process.exit(1))"
interval: 10s
timeout: 10s
retries: 3
Expand Down

0 comments on commit 19d6142

Please sign in to comment.