RocketChat / Docker.Official.Image

Docker hub - community managed image
291 stars 217 forks source link

MongoDB does not Persist after Restart (Default Compose File Issue) #171

Open lemongarbage opened 2 years ago

lemongarbage commented 2 years ago

I noticed in the docker-compose.yml that, for the volume, the default MongoDB named volume is used. This is not desirable since data does not persist after bringing down the containers as per Bitnami's own documentation :

image

The Rocket.Chat documentation also neglects to mention this. While it should be the responsibility of the User to know how Docker containers ultimately function, I think the documentation should at least mention that data does not persist, if not provide the configuration to do so.