[Docker Monitor] Change tcp:// to http://

This commit is contained in:
Louis Lam
2022-10-04 16:19:56 +08:00
parent 1c4e97439c
commit 0686757160
4 changed files with 18 additions and 4 deletions

View File

@@ -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>