expanded-notation.yml 318 B

123456789101112131415
  1. version: '3.2'
  2. services:
  3. simple:
  4. image: busybox:latest
  5. command: top
  6. ports:
  7. - target: 3000
  8. - target: 3001
  9. published: 49152
  10. - target: 3002
  11. published: 49153
  12. protocol: tcp
  13. - target: 3003
  14. published: 49154
  15. protocol: udp