mirror of https://github.com/docker/docs.git
Update overlay.md
This commit is contained in:
parent
865cf68570
commit
15e80ea3a7
|
@ -230,7 +230,7 @@ preferred because it is somewhat self-documenting.
|
|||
</tr>
|
||||
<tr>
|
||||
<td><tt>-p 8080:80/tcp -p 8080:80/udp</tt> or <br /><tt>-p published=8080,target=80,protocol=tcp -p published=8080,target=80,protocol=udp</tt></td>
|
||||
<td>Map TCP port 80 on the service to TCP port 8080 on the routing mesh, and map UDP port 80 on the service to UDP port 8080 on the routine mesh.</td>
|
||||
<td>Map TCP port 80 on the service to TCP port 8080 on the routing mesh, and map UDP port 80 on the service to UDP port 8080 on the routing mesh.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in New Issue