mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 14:32:20 -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
|
@ -30,7 +30,8 @@
|
|||
{{ $t("Examples") }}:
|
||||
<ul>
|
||||
<li>/var/run/docker.sock</li>
|
||||
<li>tcp://localhost:2375</li>
|
||||
<li>http://localhost:2375</li>
|
||||
<li>https://localhost:2376 (TLS)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue