Skip to content

Commit

Permalink
-fix: rm docker volume removing deprecated command
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Aug 27, 2024
1 parent 91029ab commit fbfc9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker-compose/rm-persistent-volumes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo -e "\n"
echo -e "Inizio le procedure per fare il down della composizione e poi CANCELLARE i volumi persistenti! \n"

echo -e "Fermo la composizione! \n"
docker-compose -f docker-compose.yml down -v;
docker compose -f docker-compose.yml down -v;

echo -e "\n"

Expand Down

0 comments on commit fbfc9ae

Please sign in to comment.