prune unused volumes during upgrade

This commit is contained in:
Jason Ertel
2023-09-18 14:43:02 -04:00
parent bb3632d1b2
commit a914a02273

View File

@@ -434,7 +434,8 @@ post_to_2.4.10() {
} }
post_to_2.4.20() { post_to_2.4.20() {
echo "Nothing to apply" echo "Pruning unused volumes"
docker volume prune -f
POSTVERSION=2.4.20 POSTVERSION=2.4.20
} }