Replies: 3 comments 4 replies
-
|
The app config has a section called 'Healthchecks'. It let's you disable them. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Same issue here. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Did you try this? You can add healthcheck in the dockerfile that will execute "exit 0", so it always be true. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the issue that I want to run a Docker container that includes cron jobs, but it has no routes exposed that I could be using for Healthchecks. I am using a Dockerfile. Is there a way to disable URL based healthchecks?
Beta Was this translation helpful? Give feedback.
All reactions