Skip to content

Conversation

shatovilya
Copy link

Added status check to dockerfile

Add HEALTHCHECK
@vitaliirybnikov
Copy link

@danielqsj check this one, please

USER nobody

HEALTHCHECK --interval=30s --timeout=10s --retries=3 \
CMD wget -q -O /dev/null http://localhost:9308/metrics || exit 1
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How to adapt to other ports with web.listen-address set

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.

3 participants