compose/tests/fixtures/ports-composefile/expanded-notation.yml
Joffrey F c923ea1320 Some more test adjustments for Swarm support
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-07-26 16:50:14 -07:00

15 lines
318 B
YAML

version: '3.2'
services:
simple:
image: busybox:latest
command: top
ports:
- target: 3000
- target: 3001
published: 53222
- target: 3002
published: 53223
protocol: tcp
- target: 3003
published: 53224
protocol: udp