mirror of https://github.com/docker/docs.git
update services.md (#22329)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
This commit is contained in:
parent
7c9f78cda8
commit
7d8c6f14f3
|
@ -1570,7 +1570,7 @@ in the form:
|
|||
|
||||
- `HOST` is `[IP:](port | range)` (optional). If it is not set, it binds to all network interfaces (`0.0.0.0`).
|
||||
- `CONTAINER` is `port | range`.
|
||||
- `PROTOCOL` restricts ports to a specified protocol either `tcp` or `upd`(optional). Default is `tcp`.
|
||||
- `PROTOCOL` restricts ports to a specified protocol either `tcp` or `udp`(optional). Default is `tcp`.
|
||||
|
||||
Ports can be either a single value or a range. `HOST` and `CONTAINER` must use equivalent ranges.
|
||||
|
||||
|
|
Loading…
Reference in New Issue