From 2334021da074987c354605e46f70232d3dcb2a1f Mon Sep 17 00:00:00 2001 From: Octavian Dinu Date: Fri, 30 May 2025 23:35:49 +0000 Subject: [PATCH] Documentation: fix port typo in docker.md (#5333) --- docs/configs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configs/docker.md b/docs/configs/docker.md index 8f1c10b30..8b306cfd6 100644 --- a/docs/configs/docker.md +++ b/docs/configs/docker.md @@ -20,7 +20,7 @@ Since Docker supports connecting with TLS and client certificate authentication, ```yaml my-remote-docker: host: 192.168.0.101 - port: 275 + port: 2375 tls: keyFile: tls/key.pem caFile: tls/ca.pem