Merge pull request 'librechat: fix image ref' (#47) from develop into release-25.11
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 5s
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 5s
Reviewed-on: #47
This commit is contained in:
commit
fe6b0d6c47
1 changed files with 2 additions and 1 deletions
|
|
@ -106,7 +106,8 @@ in
|
|||
};
|
||||
|
||||
virtualisation.oci-containers.containers.librechat = {
|
||||
image = toString cfg.image;
|
||||
image = with cfg.image; imageName + ":" + imageTag;
|
||||
imageFile = cfg.image;
|
||||
environment =
|
||||
defaultEnv
|
||||
// {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue