mirror of https://github.com/docker/docs.git
Update config/daemon/systemd.md
Co-Authored-By: ChaosGramer <ChaosGramer@users.noreply.github.com>
This commit is contained in:
parent
d38627d05a
commit
46f76f241e
|
@ -121,7 +121,7 @@ you need to add this configuration in the Docker systemd service file.
|
||||||
"foo.com" matches "foo.com" and "bar.foo.com"
|
"foo.com" matches "foo.com" and "bar.foo.com"
|
||||||
".foo.com" mataches only "bar.foo.com"
|
".foo.com" mataches only "bar.foo.com"
|
||||||
```
|
```
|
||||||
* A single asterisk (*) indicates that no proxying should be done
|
* 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`)
|
* Literal port numbers are accepted by IP address prefixes (`1.2.3.4:80`) and domain names (`foo.example.com:80`)
|
||||||
|
|
||||||
Config examples:
|
Config examples:
|
||||||
|
|
Loading…
Reference in New Issue