1 min readFeb 2, 2019
Hi, Mustafa Barakat Thanks for pointing out the mistake in my.sh
which I have updated, further to your question about the node getting started before redis
and mongo
. Redis and mongo are the linked dependency which should be starting before the node app as mentioned in the Docker documentation.
Links also express dependency between services in the same way as depends_on, so they determine the order of service startup.