mirror of https://github.com/docker/docs.git
parent
7935e3e113
commit
204051f35c
|
@ -77,7 +77,7 @@ $ docker service inspect --format="{{json .Endpoint.Spec.Ports}}" my-web
|
|||
The output shows the `<TARGET-PORT>` from the containers and the
|
||||
`<PUBLISHED-PORT>` where nodes listen for requests for the service.
|
||||
|
||||
### Publish a port for TCP only or UCP only
|
||||
### Publish a port for TCP only or UDP only
|
||||
|
||||
By default, when you publish a port, it is a TCP port. You can
|
||||
specifically publish a UDP port instead of or in addition to a TCP port. When
|
||||
|
|
Loading…
Reference in New Issue