Docker compose down volumes
21 apr 2022Instead of connecting to the container storage to wipe it we can use the --volumes
flag.
docker-compose down --volumes
It will remove any container related volumes.
Instead of connecting to the container storage to wipe it we can use the --volumes
flag.
docker-compose down --volumes
It will remove any container related volumes.