compose.yaml 261 B

123456789101112131415
  1. services:
  2. test:
  3. image: "nginx"
  4. healthcheck:
  5. interval: 30s
  6. start_period: 10s
  7. start_interval: 1s
  8. test: "/bin/true"
  9. error:
  10. image: "nginx"
  11. healthcheck:
  12. interval: 30s
  13. start_interval: 1s
  14. test: "/bin/true"