✗ Incompatible

Docker Compose v1 (docker-compose CLI): End of Life — Do Not Use

Docker Compose v1 (docker-compose) + Any Docker Engine

The `docker-compose` CLI (Compose v1, written in Python) reached end of life in May 2024. Docker Inc. no longer maintains or patches it. The replacement is Docker Compose v2 — the `docker compose` plugin (no hyphen) bundled with Docker Engine 23.0+ and Docker Desktop. v2 is written in Go and is a full superset of v1 with the same YAML file format.

Workarounds & Fixes

Related Error Pages

Related Combinations

Docker Compose v2 + Docker Engine 23.0+ ✓ Works Docker Compose v2 + Docker Engine 20.10 ⚠ Partial Docker Compose v2 + Ubuntu 22.04 LTS ✓ Works Docker Compose v2 + Ubuntu 24.04 LTS ✓ Works
Last verified: 2024-10-01  ·  Category: Docker Compose + Engine