How can I preserve my created API keys in docker containers #5112
Unanswered
Bader-Idris
asked this question in
Q&A
Replies: 1 comment
|
The API keys live in the Unsloth Studio SQLite DB — mount that path as a volume and they'll persist across restarts. By default it's at |
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.
I was able to create API keys for my local LLMs but when I restart the docker container it vanishes, after I saved the weights via volume binding, is there a volume or something to save these keys for such situations?
All reactions