docker-atlassian-confluence
docker-atlassian-confluence copied to clipboard
Add built-in healthcheck
Recommend adding a built-in health check - while it can be added after the fact, this would make it very easy to monitor container status.
Since this is alpine-based, wget is available. Confluence has a built-in status endpoint at /status.
A more complex check could be done by validating the response body as status:RUNNING, but this would increase the dependency load.