cloudflared
cloudflared copied to clipboard
💡Add docker healthcheck
Describe the feature you'd like A clear and concise description of the feature. What problem does it solve for you?
A healthcheck would enable us to programatically restart the container incase of any failure
Try this:
healthcheck:
test: ["CMD", "cloudflared", "version"]
interval: 60s
timeout: 20s
retries: 5
start_period: 10s