mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"healthchecks": {
|
|
"web": [
|
|
{
|
|
"content": "python/flask",
|
|
"name": "check-1",
|
|
"path": "/",
|
|
"type": "startup"
|
|
}
|
|
]
|
|
}
|
|
} |