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

Reviewed-on: #47
This commit is contained in:
sid 2026-05-19 19:32:26 +02:00
commit fe6b0d6c47

View file

@ -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
// {