compose.yaml 147 B

1234567
  1. services:
  2. should_fail:
  3. image: alpine
  4. command: ls /does_not_exist
  5. sleep: # will be killed
  6. image: alpine
  7. command: ping localhost