Docker compose not added in docker io installation

Hi Team,

I used to use the following command to install docker packages in my ubuntu system.
which was adding docker compose automatically

sudo apt install docker.io

But now the docker compose is not getting added automatically.
Is there any issue addressed/identified already or i am missing anything?

Please help me on this.

Regards
Jagadish Vundapalli

You have to install docker-compose separately. Take a look at Install Docker Compose.