Librechat.yaml does not get mounted properly #5162
-
What happened?When following the start up guide: https://www.librechat.ai/docs/local/docker the librechat.yaml sometimes does not get mounted Steps to ReproduceStep 1: https://www.librechat.ai/docs/local/docker What browsers are you seeing the problem on?Chrome Relevant log outputNo response ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Adding the following volume bind: - ./librechat.yaml:/app/librechat.yaml |
Beta Was this translation helpful? Give feedback.
-
The documentation goes over how to enable the use of https://www.librechat.ai/docs/quick_start/custom_endpoints The reason it's not included by default is to give users the flexibility of not including it, since adding it to the compose requires the file or LC will not run. However, since it's been a staple for the app and most people use it, I may just make it a requirement |
Beta Was this translation helpful? Give feedback.
The documentation goes over how to enable the use of
librechat.yaml
https://www.librechat.ai/docs/quick_start/custom_endpoints
The reason it's not included by default is to give users the flexibility of not including it, since adding it to the compose requires the file or LC will not run.
However, since it's been a staple for the app and most people use it, I may just make it a requirement