compose.yaml 146 B

12345678
  1. services:
  2. ping:
  3. image: alpine
  4. init: true
  5. command: ping localhost -c ${REPEAT:-1}
  6. hello:
  7. image: alpine
  8. command: echo hello