mirror of https://github.com/docker/docs.git
Add udp ports example (#1098)
This commit is contained in:
parent
77a908db5c
commit
2f472446a1
|
@ -942,6 +942,7 @@ port (a random host port will be chosen).
|
|||
- "49100:22"
|
||||
- "127.0.0.1:8001:8001"
|
||||
- "127.0.0.1:5000-5010:5000-5010"
|
||||
- "6060:6060/udp"
|
||||
|
||||
### security_opt
|
||||
|
||||
|
|
Loading…
Reference in New Issue