mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-06 14:58:37 +00:00
14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"name": "wordpress",
|
|
"kinds": ["docker", "autoconf", "swarm", "kubernetes", "linux"],
|
|
"timeout": 60,
|
|
"delay": 120,
|
|
"no_copy_container": true,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "https://www.example.com",
|
|
"string": "wordpress"
|
|
}
|
|
]
|
|
}
|