Add healthcheck service for docker
Closed this issue · 2 comments
volker76 commented
be able to use a
HEALTHCHECK --interval=5s --timeout=10s --retries=3 CMD curl --fail http://localhost:80/healthcheck || exit 1
or
healthcheck:
test: curl --fail http://localhost:80/healthcheck || exit 1
interval: 10s
timeout: 5s
retries: 3
volker76 commented
fix with v0.9.9