docker-compose.yml 195 B

12345678910
  1. version: "2.0"
  2. services:
  3. simple:
  4. image: busybox:1.31.0-uclibc
  5. command: echo simple
  6. depends_on:
  7. - another
  8. another:
  9. image: busybox:1.31.0-uclibc
  10. command: echo another