Docker-compose.yml access to custom librechat.yaml overwritten in upgrade #6545
Unanswered
hopeseekr
asked this question in
Troubleshooting
Replies: 1 comment
-
The Lines 1 to 2 in 8fb6c38 When adding custom endpoints, our documentation states to make use of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
The Problem
Upon doing an upgrade of LibreChat, I lost access to all custom LLM configs (DeepSeek, Perplexity, etc.).
The reason wasn't immediately clear. I thought at first it was the UI refresh, as that seemed most logical.
Upon further investigation, it seems that my
docker-compose.yml
file was overwritten, leading tot he loss of the mapping tolibrechat.yaml
.The Solution
/app/librechat.yaml
tolibrechat.yaml
in the root directory.docker-compose.yml
:Now, when the systme is upgraded, the docker-compose.yml will still have proper references for loading librechat.yaml, and the user's custom settings won't be lost.
Beta Was this translation helpful? Give feedback.
All reactions