mirror of https://github.com/docker/docs.git
resolve suggestion conflict
This commit is contained in:
parent
71e41e3d95
commit
9edcd49141
|
@ -105,24 +105,12 @@ you need to add this configuration in the Docker systemd service file.
|
|||
* Domain name, or a special DNS label (`*`)
|
||||
* A domain name matches that name and all subdomains. A domain name with
|
||||
a leading "." matches subdomains only. For example, given the domains
|
||||
`foo.example.com` and `example.com`;
|
||||
`foo.example.com` and `example.com`:
|
||||
* `example.com` matches `example.com` and `foo.example.com`, and
|
||||
* `.example.com` matches only `foo.example.com`
|
||||
* A single asterisk (`*`) indicates that no proxying should be done
|
||||
* Literal port numbers are accepted by IP address prefixes (`1.2.3.4:80`)
|
||||
and domain names (`foo.example.com:80`)
|
||||
These are the options you can specify to exclude hosts:
|
||||
* IP address prefix (`1.2.3.4`) or in CIDR notation (`1.2.3.4/8`)
|
||||
* Domain name, or a special DNS label (`*`)
|
||||
* A domain name matches that name and all subdomains. A domain name with
|
||||
a leading "." matches subdomains only. Example:
|
||||
```
|
||||
Given the domains foo.example.com and example.com.
|
||||
"foo.com" matches "foo.com" and "bar.foo.com"
|
||||
".foo.com" mataches only "bar.foo.com"
|
||||
```
|
||||
* A single asterisk (`*`) indicates that no proxying should be done
|
||||
* Literal port numbers are accepted by IP address prefixes (`1.2.3.4:80`) and domain names (`foo.example.com:80`)
|
||||
|
||||
Config examples:
|
||||
|
||||
|
|
Loading…
Reference in New Issue