Closed gluckzhang closed 2 years ago
(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.)
Adjust the Makefile and let make prune only delete the volumes created by this docker-compose project. The following command works:
make prune
docker volume prune -f --filter label=com.docker.compose.project=elastic
Yes, this closes #72 .
Not necessary in this case.
In my local environment.
@gluckzhang Thank you for finding and fixing this one! 🙏🏻
(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.)
What does this implement/fix? Explain your changes.
Adjust the Makefile and let
make prune
only delete the volumes created by this docker-compose project. The following command works:Does this close any currently open issues?
Yes, this closes #72 .
Any relevant logs, error output, etc?
Not necessary in this case.
Where has this been tested?
In my local environment.