Skip to content

Commit

Permalink
[hotfix] new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
LogIN- committed Jul 26, 2023
1 parent 995b772 commit b6469a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit b6469a2

Please sign in to comment.