mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 21:47:58 +00:00
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"name": "php-singlesite",
|
|
"kinds": ["docker"],
|
|
"timeout": 120,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "https://www.example.com",
|
|
"string": "hello",
|
|
"tls": "www.example.com"
|
|
}
|
|
]
|
|
}
|