how to keep the configurations saved? #2299
Answered
by
alstanchev
radhikais07
asked this question in
Q&A
-
|
I am new in the development field, and i need help on this |
Beta Was this translation helpful? Give feedback.
Answered by
alstanchev
Jan 5, 2026
Replies: 1 comment 1 reply
-
|
Not sure how you run the whole stack but regarding the database i suspect you are running MongoDB in a docker container which does not persist its storage and so every time you startup with clean database. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alstanchev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure how you run the whole stack but regarding the database i suspect you are running MongoDB in a docker container which does not persist its storage and so every time you startup with clean database.
Run MongoDB in a way that it does not lose its data on restart.