mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-08 02:24:24 +01:00
docs: updates (#841)
This commit is contained in:
parent
39c626aa8e
commit
29d3640546
9 changed files with 162 additions and 204 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue