Skip to content

Commit

Permalink
fix health check example
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-ass authored Dec 19, 2024
1 parent a364578 commit 49b74a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
# # no label = monitor only when not using whitelist
# # example docker healthcheck
# healthcheck:
# test: curl -sS http://127.0.0.1:8545 || exit 1
# test: ["CMD", "curl", "-sS", "http://127.0.0.1:8545", "||", "exit", "1"]
# interval: 30s
# timeout: 10s
# retries: 3

0 comments on commit 49b74a8

Please sign in to comment.