From here:
docker-compose up --abort-on-container-exit
This will stop all containers launched via docker-compose
when one of the containers stops.
From here:
docker-compose up --abort-on-container-exit
This will stop all containers launched via docker-compose
when one of the containers stops.