This commit is contained in:
Ubuntu
2025-07-08 00:43:38 +00:00
parent 4aed7a1cbb
commit 9f320c72ab
5 changed files with 25 additions and 7 deletions
+6 -1
View File
@@ -8,4 +8,9 @@ down:
re: down all
.PHONY: all down re
prune:
docker system prune -a --volumes
rm -rf /home/yantoine/data/db
rm -rf /home/yantoine/data/wp
.PHONY: all down re prune