Docker-compose: command not found

Yes, that seems to be the case.
I found the information in the official documentation.
https://docs.docker.com/compose/
https://docs.docker.com/compose/migrate/:

Migrate to Compose V2

From July 2023 Compose V1 stopped receiving updates. It’s also no longer available in new releases of Docker Desktop.
Compose V2, which was first released in 2020, is included with all currently supported versions of > Docker Desktop. It offers an improved CLI experience, improved build performance with BuildKit, and continued new-feature development.

How do I switch to Compose V2?

The easiest and recommended way is to make sure you have the latest version of Docker Desktop, which bundles the Docker Engine and Docker CLI platform including Compose V2.
With Docker Desktop, Compose V2 is always accessible as docker compose. Additionally, the Use Compose V2 setting is turned on by default, which provides an alias from docker-compose.

@ vqui Thx!!

p.s.
apt install docker-compose – also solves the problem :wink: