Skip to content
New issue

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

Healthcheck problem #2146

Closed
hamedyosefian opened this issue May 4, 2024 · 3 comments · Fixed by #2155
Closed

Healthcheck problem #2146

hamedyosefian opened this issue May 4, 2024 · 3 comments · Fixed by #2155

Comments

@hamedyosefian
Copy link
Contributor

Description

I am getting healthcheck problem and after build apllication retry to helth check and raise failed .. this problem for all application after update to new coolify .. how to rollback to prev version?

Minimal Reproduction (if possible, example repository)

I am getting healthcheck problem and after build apllication retry to helth check and raise failed .. this problem for all application after update to new coolify .. how to rollback to prev version?

Exception or Error

No response

Version

v4.0.0-beta.274

@fcpauldiaz
Copy link

This looks related to #2073, if you are using dockerfile based app, installing curl will solve the problem

@hamedyosefian
Copy link
Contributor Author

This looks related to #2073, if you are using dockerfile based app, installing curl will solve the problem

still not work
you added on dockerfile ?
how to do that ?

@fcpauldiaz
Copy link

still not work you added on dockerfile ? how to do that ?

RUN apt-get update && apt-get install -y curl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants