Docker Mongo:4.0 container restart in loop

I install the Docker Rocket.chat and the Mongo container restart in loop, indefinitelly, every 1 minute. The message: “Restarting (100) 31 seconds ago”

Do someone can help? :slight_smile:

Found the error. I install docker-compose.yml here: https://github.com/RocketChat/Rocket.Chat/blob/develop/docker-compose.yml

Change Mongo Volumes from:

  • ./data/db:/data/db
    To
  • ./data/dump:/dump

And it works!