Skip to content

Commit

Permalink
fix: otfd compose healthcheck: curl not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Aug 13, 2023
1 parent 7ce3238 commit 9f52021
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 @@ -57,7 +57,7 @@ services:
ports:
- "8080:8080"
healthcheck:
test: ["CMD", "curl", "http://localhost:8080/healthz"]
test: ["CMD", "sh", "-c \"echo check | nc localhost 8080\""]
interval: 5s
timeout: 5s
retries: 3
Expand Down

0 comments on commit 9f52021

Please sign in to comment.