Skip to content

Commit

Permalink
fix healthcheck example
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-ass committed Dec 19, 2024
1 parent a66ae9e commit be11bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ If you encounter any issues, please feel free to contribute by fixing them and o
example:
image: hello-world
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
Expand Down

0 comments on commit be11bc4

Please sign in to comment.