mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 12:12:08 +01:00
15 lines
237 B
JSON
15 lines
237 B
JSON
{
|
|
"healthchecks": {
|
|
"web": [
|
|
{
|
|
"attempts": 2,
|
|
"content": "nodejs/express",
|
|
"name": "check-1",
|
|
"path": "/",
|
|
"timeout": 5,
|
|
"type": "startup",
|
|
"wait": 2
|
|
}
|
|
]
|
|
}
|
|
} |