When a network cannot be removed due to active containers (connected from another Docker Compose project in my case), docker-compose down
just exits.
This means when I do docker-compose down --volumes
the volumes are not removed, as those are only processed after the networks.
Closing - Looks like this has been fixed since!
@shin- It still occurred...
Most helpful comment
@shin- It still occurred...