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

12 lines
224 B
JSON

{
"healthchecks": {
"web": [
{
"content": "\u003chtml\u003e\u003ch3\u003ephp\u003c/h3\u003e\u003c/html\u003e",
"name": "check-1",
"path": "/",
"type": "startup"
}
]
}
}