docker-compose down -v
-v will remove all volumnes thus deleting everything
use docker-compose up to rebuild
docker-compose down -v
-v will remove all volumnes thus deleting everything
use docker-compose up to rebuild