When bringing down the containers created by `docker-compose up -d` , You might not want to re-use the volumes created by the compose files. In that case, instead of just using `docker-compose down` use `docker-compose down -v`
Disclaimer: do not use for containers which are already deployed in production.
