docker compose down
https://docs.docker.com/compose/reference/down/
#Docker
-d
Remove named volumes declared in the
volumes
section of the Compose file and anonymous volumes attached to containers.
down時にボリューム削除できる
https://dev.classmethod.jp/articles/docker-compose-down-rmi-all-volumes/
で知った