Fix lil typo in proxy.md

This commit is contained in:
E.T 2023-07-14 11:16:55 +02:00 committed by GitHub
parent 68450b02a5
commit 4aad03fb89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ and a no-proxy override for the Docker daemon on address
"httpProxy": "http://proxy.example.com:3128",
"httpsProxy": "https://proxy.example.com:3129",
"noProxy": "*.test.example.com,.example.org,127.0.0.0/8"
}
},
"tcp://docker-daemon1.example.com": {
"noProxy": "*.internal.example.net"
}