I am trying to bring down all services for an external network defined in the docker-compose file (using version 2).
When I try to do docker-compose down , I get a message with a message,
The network 'your_network' is external, skipping
Is there a way, using docker-compose, to stop and delete all containers for a user or external network?
source share