Docker compose start one service after another

Hi Team,

I’m new to docker and doing some poc , for this i have docker-compose.yml file contains list of services
which needs to be run after another service. depends_on attribute is not usefull …can u please help me resolve.

Regards,
murali

Hi, check this out: https://docs.docker.com/compose/startup-order/