small fixes

This commit is contained in:
April M 2025-12-18 14:48:43 -08:00
parent d31ca54127
commit dd3c0db64c
2 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,7 @@ This is a destructive operation that does the following:
* Destroys all OpenRAG containers, volumes, and local images.
* 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.
:::

View file

@ -45,7 +45,9 @@ Use these steps to reinstall OpenRAG containers with streamlined `docker compose
<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 />