docs: updates (#841)

This commit is contained in:
Fuegovic 2023-08-26 19:36:25 -04:00 committed by GitHub
parent 39c626aa8e
commit 29d3640546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 162 additions and 204 deletions

View file

@ -31,7 +31,7 @@ podman build \
--file ./LibreChat/Dockerfile;
```
> Not the downside of running a base container that has a live root is that image revisions need to be done manually. The easiest way is to remove and recreate the image when the container is no longer. If that's not possible for you, manually updating the image to increment versions can be done manually. Simply amend $image with the version you're building.
> Note: the downside of running a base container that has a live root is that image revisions need to be done manually. The easiest way is to remove and recreate the image when the container is no longer. If that's not possible for you, manually updating the image to increment versions can be done manually. Simply amend $image with the version you're building.
> We'll document how to go about the update process more effectively further on. You wont need to remove your existing containers, or lose any data when updating.