SyntaxFix
Write A Post
Hire A Developer
Questions
Perhaps the volume was created via docker-compose? If so, it should get removed by:
docker-compose
docker-compose down --volumes
Credit to Niels Bech Nielsen!