I have a docker-compose.yml describing many services and I want to make sure that one of them starts in last but I don’t want to precise depends_on for every other service in the compose file.
Basically I would like a flag looking like this
depends_on:
- all_services
Can it be done docker compose file?
New contributor
Maxi mini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.