-
|
Hello |
Beta Was this translation helpful? Give feedback.
Answered by
dillu24
Sep 16, 2022
Replies: 1 comment 1 reply
-
|
Hi @irs111 , at the moment the configurations are not stored on the database, but stored on the filesystem inside the Afterwards restart mongo using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
irs111
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @irs111 , at the moment the configurations are not stored on the database, but stored on the filesystem inside the
configfolder. So in other words you could delete the database container. This can be done by doingsudo docker-compose kill mongoandsudo docker-compose rm -v mongo.Afterwards restart mongo using
sudo docker-compose up --build -d mongo