You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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.
The text was updated successfully, but these errors were encountered:
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 :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.
The text was updated successfully, but these errors were encountered: