Documentation: fix port typo in docker.md (#5333)

This commit is contained in:
Octavian Dinu
2025-05-30 23:35:49 +00:00
committed by GitHub
parent 1079d33ad1
commit 2334021da0

View File

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