depends_on alternative docker swarm
Using docker swarm for deployment where I'm using the docker-compose file I made before. Previoulsy it had a
depends_on
directive where I can specify nginx to not start before the api_serivce. Running in swarm it seems it ignores depends_on
completely is there any alternative?0 Replies