Skip to content
Discussion options

You must be logged in to vote

That’s not your fault. The compose healthcheck is calling curl, but the runtime image in this repo doesn’t include curl (it’s Alpine-based), so the healthcheck fails even though the app itself is running. You can fix it in three ways:
I will fix this, but if you want a quick solution, just install curl manually in the running container, switch the healthcheck to wget, or remove the healthcheck.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@AfoxDesignz
Comment options

@tismofied
Comment options

@AfoxDesignz
Comment options

Answer selected by mikevanes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants