summaryrefslogtreecommitdiffstats
path: root/data-formats/healthcheck-docker-config.json
blob: 74deb6bb3b04d8a11f43a3088840b17b97207b5d (plain)
1
2
3
4
5
6
7
8
{
    "healthcheck": {
        "type": "http",
        "interval": "15s",
        "timeout": "1s",
        "endpoint": "/healthcheck"
    }
}