small fixes
This commit is contained in:
parent
d31ca54127
commit
dd3c0db64c
2 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ This is a destructive operation that does the following:
|
||||||
|
|
||||||
* Destroys all OpenRAG containers, volumes, and local images.
|
* Destroys all OpenRAG containers, volumes, and local images.
|
||||||
* Prunes any additional container objects.
|
* Prunes any additional container objects.
|
||||||
* Deletes the contents of the `~/.openrag` directory, except for OpenRAG's `.env` file and the `/documents` subdirectory.
|
* Deletes the contents of the `~/.openrag` directory _except_ for OpenRAG's `.env` file and the `/documents` subdirectory.
|
||||||
|
|
||||||
<p/>Destroyed containers and deleted data are lost and cannot be recovered after running this operation.
|
<p/>Destroyed containers and deleted data are lost and cannot be recovered after running this operation.
|
||||||
:::
|
:::
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,9 @@ Use these steps to reinstall OpenRAG containers with streamlined `docker compose
|
||||||
|
|
||||||
<PartialExportFlows />
|
<PartialExportFlows />
|
||||||
|
|
||||||
2. Destroy the containers, volumes, and local images, and then remove (prune) any additional container objects:
|
2. Destroy the containers, volumes, and local images, and then remove (prune) any additional container objects.
|
||||||
|
|
||||||
|
<PartialFactorResetWarning />
|
||||||
|
|
||||||
<PartialDockerComposeDownAndPrune />
|
<PartialDockerComposeDownAndPrune />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue