version: "3.8" services: failing: image: alpine:latest command: "sleep 600" labels: com.example.description: "Accounting webapp" healthcheck: test: "false" interval: 10s timeout: 5s retries: 3 start_period: 10s