You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Oh; actually, looks like this is a duplicate of #1553. I see #1317 was linked to that, but that was already released in an older version, so possibly didn't fix the issue? @ndeloof
Description
Unlike
docker-compose down -v
,docker compose down -v
doesn't remove volumes.Steps to reproduce the issue:
docker compose up
on a stack with a volumedocker compose down -v
Describe the results you received:
Volume is still there.
Describe the results you expected:
Volume should be removed.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: