ordered-networks.yml 154 B

12345678910111213
  1. version: "2"
  2. services:
  3. web:
  4. image: busybox
  5. command: top
  6. networks: ["foo", "bar"]
  7. networks:
  8. foo:
  9. priority: 1
  10. bar:
  11. priority: 2