mirror of
https://github.com/gethomepage/homepage.git
synced 2025-07-09 03:04:18 -04:00
Documentation: fix port typo in docker.md (#5333)
This commit is contained in:
parent
1079d33ad1
commit
2334021da0
@ -20,7 +20,7 @@ Since Docker supports connecting with TLS and client certificate authentication,
|
|||||||
```yaml
|
```yaml
|
||||||
my-remote-docker:
|
my-remote-docker:
|
||||||
host: 192.168.0.101
|
host: 192.168.0.101
|
||||||
port: 275
|
port: 2375
|
||||||
tls:
|
tls:
|
||||||
keyFile: tls/key.pem
|
keyFile: tls/key.pem
|
||||||
caFile: tls/ca.pem
|
caFile: tls/ca.pem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user