Delete or reset volume of a container
So I faced with a sitioation that I updated postgres version in my docker compose file. This will make older data incompatible with new one. I dont care, and I simply want to push changes and get update on my deployment.
Is there a way to "reset" volume for some service in the docker compose stack in the UI?
Is there a way to "reset" volume for some service in the docker compose stack in the UI?