lego-monitoring/config.example.json
2024-10-27 22:29:32 +03:00

10 lines
188 B
JSON

{
"checks": {
"docker_registry": {
"hub_url": "https://hub.docker.com/",
"images": [
"gitlab/gitlab-ce"
]
}
}
}