mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 20:19:52 +01:00
12 lines
174 B
JSON
12 lines
174 B
JSON
|
|
{
|
||
|
|
"healthchecks": {
|
||
|
|
"web": [
|
||
|
|
{
|
||
|
|
"content": "Hello from Java",
|
||
|
|
"name": "check-1",
|
||
|
|
"path": "/",
|
||
|
|
"type": "startup"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|