mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-22 06:29:17 -04:00
[Docker Monitor] Change tcp://
to http://
This commit is contained in:
parent
1c4e97439c
commit
0686757160
4 changed files with 18 additions and 4 deletions
|
@ -56,7 +56,7 @@ module.exports.dockerSocketHandler = (socket) => {
|
|||
let amount = await DockerHost.testDockerHost(dockerHost);
|
||||
let msg;
|
||||
|
||||
if (amount > 1) {
|
||||
if (amount >= 1) {
|
||||
msg = "Connected Successfully. Amount of containers: " + amount;
|
||||
} else {
|
||||
msg = "Connected Successfully, but there are no containers?";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue