mirror of
https://github.com/moby/moby.git
synced 2026-07-07 15:18:41 +00:00
This commit adds expanded port syntax to Compose schema and types
so that it is possible to have
```
ports:
- mode: host
target: 80
published: 9005
```
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>