compose-error.yaml 163 B

12345678910
  1. services:
  2. sample:
  3. image: nginx
  4. volumes:
  5. - data:/data
  6. pre_stop:
  7. - command: sh -c 'command in error'
  8. volumes:
  9. data:
  10. name: sample-data