# Docker Compose Troubleshooter

Use this skill when a Compose deployment fails to start or becomes unhealthy.

## Workflow

1. Inspect `docker compose ps`, logs, health checks and port bindings.
2. Verify image tags, environment variables, volumes and networks.
3. Separate application failures from infrastructure failures.
4. Provide the smallest fix and commands to verify recovery.
