compose.yaml 120 B

1234567
  1. services:
  2. ping:
  3. image: alpine
  4. command: ping localhost -c 1
  5. hello:
  6. image: alpine
  7. command: echo hello