1
0

compose.yaml 188 B

12345678
  1. services:
  2. failing:
  3. image: alpine
  4. command: sh -c "sleep 0.1 && echo world && /bin/false"
  5. deploy:
  6. restart_policy:
  7. condition: "on-failure"
  8. max_attempts: 2