mongodb-cluster-docker-compose
mongodb-cluster-docker-compose copied to clipboard
use depends_on
in a docker-compose.yml file, you can use: depends_on to declare dependencies between containers, which should affect the booting order which may make it more efficient and less error prone:
https://docs.docker.com/compose/compose-file/
@ORESoftware thank you, I will check it, anyway, a pull request from you will be awesome !
for sure
no longer active