Skip to content

Fix healthcheck URL in docker-compose file#36

Merged
dgraf-gh merged 2 commits intodedicatedcode:mainfrom
michelwilson:fix-healthcheck
Apr 22, 2026
Merged

Fix healthcheck URL in docker-compose file#36
dgraf-gh merged 2 commits intodedicatedcode:mainfrom
michelwilson:fix-healthcheck

Conversation

@michelwilson
Copy link
Copy Markdown
Contributor

The docker image doesn't contain curl so the health check would always fail. Using wget fixes this :)

@dgraf-gh
Copy link
Copy Markdown
Contributor

This makes sense, but we also can remove these from the compose file. That is already declared in the Dockerfile.

@michelwilson
Copy link
Copy Markdown
Contributor Author

Ah! That is even better. Wasn't really aware how this worked, as you can clearly tell. Seems to work fine indeed without the health check, so this removes it completely.

@dgraf-gh dgraf-gh merged commit 7d7537d into dedicatedcode:main Apr 22, 2026
2 checks passed
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 this pull request may close these issues.

2 participants