docker-compose volumes not persisting after executing "docker-compose down"
I have a docker project which uses docker-compose to stand up an API container and a database container. I also have it setup to create volumes for uploads and logs. When I build a new image, and then stand it…