mirror of
https://github.com/docker/compose.git
synced 2025-08-15 22:58:12 +02:00
9 lines
188 B
YAML
9 lines
188 B
YAML
services:
|
|
failing:
|
|
image: alpine
|
|
command: sh -c "sleep 0.1 && echo world && /bin/false"
|
|
deploy:
|
|
restart_policy:
|
|
condition: "on-failure"
|
|
max_attempts: 2
|