From 6be1cd7c671b5c9d31156ff38c4f2f31a4592ccc Mon Sep 17 00:00:00 2001 From: daniwe4 Date: Mon, 31 Jul 2023 11:56:33 +0200 Subject: [PATCH] master README: 349 extend the removal tips --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef6445d9..5c87bf83 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Removal Tips: * `docker volume ls` shows all volumes * `docker volume rm ` remove volume by name (ensure to delete mail, proxy and salt) * `docker network prune` removes all networks without dependencies -* `sudo rm -rf /etc/doil /usr/local/lib/doil /usr/local/share/doil /usr/local/bin/doil ~/.doil` +* `sudo rm -rf /etc/doil /usr/local/lib/doil /usr/local/share/doil /usr/local/bin/doil ~/.doil /var/log/doil` +* remove the instances folders or if you placed all instances in one folder remove the whole folder Otherwise, use the update script.