We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using SERVICE_MODE=http, the healthcheck will fail because the docker images are missing "curl".
SERVICE_MODE=http
Output": curl --fail http://localhost:80/healthcheck ./healthcheck.sh: line 7: curl: command not found"
The healthcheck should be able to use curl command
The text was updated successfully, but these errors were encountered:
fix #58 : add curl in docker
754974d
Signed-off-by: AudranBert <[email protected]>
AudranBert
Successfully merging a pull request may close this issue.
Description
When using
SERVICE_MODE=http
, the healthcheck will fail because the docker images are missing "curl".Output": curl --fail http://localhost:80/healthcheck ./healthcheck.sh: line 7: curl: command not found"
Expected behavior
The healthcheck should be able to use curl command
The text was updated successfully, but these errors were encountered: