docker-compose run has a flag --rm that auto removes the container after run. I am wondering if theres an equivalent config with docker-compose.yml
docker-compose run
--rm
Simply run docker-compose up && docker-compose rm -fsv
docker-compose up && docker-compose rm -fsv