## The docker-compose is integrated in the docker-CLI.
The new Compose V2, which supports the compose command
as part of the Docker CLI, is now available.
Compose V2 integrates compose functions into
the Docker platform, continuing to support most of
the previous docker-compose features and flags.
You can run Compose V2 by replacing the hyphen (-) with a space,
using docker compose, instead of docker-compose