I have container A and B, when I do docker-compose restart
I want it to start container A first and then container B. I specified the depends_on
directive, but it seems to be ignored (I see it starting up container B first).
Running version 3.4 of the YML file which has 2 services (A, B).
Thank you