From b6469a2af92e5542cf038111c3d4c3dcc863e65e Mon Sep 17 00:00:00 2001 From: LogIN- Date: Wed, 26 Jul 2023 15:32:41 +0100 Subject: [PATCH] [hotfix] new minor version --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4e57522b..c8314431 100755 --- a/README.md +++ b/README.md @@ -55,8 +55,12 @@ docker run --rm --detach --name genular --tty --interactive --env IS_DOCKER='tru To reinstall PANDORA, users will need to delete the previously installed PANDORA Docker container and associated data/volumes by stopping the currently running container: ```bash +## Stop running instance docker stop genular +## Remove container and data docker system prune -a --volumes +## In some cases data is not removed, please run +docker volume prune --all ``` Please make sure to delete `PANDORA` data volume and image before reinstalling otherwise you will maybe still use old `PANDORA` instance when you run it!