Files
dokku/tests/apps/checks-root/app.json
2023-10-15 00:22:24 -04:00

12 lines
159 B
JSON

{
"healthchecks": {
"web": [
{
"attempts": 2,
"name": "check-1",
"path": "/",
"type": "startup"
}
]
}
}