compose.yaml 128 B

123456789
  1. services:
  2. a:
  3. image: nginx:alpine
  4. ports: [80]
  5. b:
  6. image: nginx:alpine
  7. ports: [80]
  8. depends_on:
  9. - a