vivo-community / vivo-docker2

Dockerized VIVO
Apache License 2.0
8 stars 16 forks source link

specifies which volumes to docker volume rm #16

Closed GarrettArm closed 4 years ago

GarrettArm commented 4 years ago

This is totally a quality-of-life commit & not something serious.

What is changes is: Instead of removing all the non-running docker volumes on a computer, it only removes the two volumes named in the docker-compose.yml. For example, I have a big database volume from another project that I prefer to not delete.

Maybe this change negatively affects someone else's workflow though?? I'm ok with you closing this PR without action.