mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
15 lines
235 B
JSON
15 lines
235 B
JSON
{
|
|
"healthchecks": {
|
|
"web": [
|
|
{
|
|
"attempts": 2,
|
|
"content": "Hello World!",
|
|
"name": "check-1",
|
|
"path": "/",
|
|
"timeout": 5,
|
|
"type": "startup",
|
|
"wait": 2
|
|
}
|
|
]
|
|
}
|
|
} |