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
Not a bug though, in the Makefile, I see that docker volume prune -f is used. But maybe users only want to delete the ELK-related volumes. For example, I just accidentally removed all the volumes on my computer. Luckily there is no important data lost 😄
I would suggest adding a filter in this docker volume prune command. This will be done in a minute with a new PR.
Cheers!
The text was updated successfully, but these errors were encountered:
First of all, thanks for this nice work!
Not a bug though, in the
Makefile
, I see thatdocker volume prune -f
is used. But maybe users only want to delete the ELK-related volumes. For example, I just accidentally removed all the volumes on my computer. Luckily there is no important data lost 😄I would suggest adding a filter in this
docker volume prune
command. This will be done in a minute with a new PR.Cheers!
The text was updated successfully, but these errors were encountered: