docker-rocketchat icon indicating copy to clipboard operation
docker-rocketchat copied to clipboard

🚢📦My `docker-compose.yml` file/setup to run Rocket.Chat in production

Results 7 docker-rocketchat issues
Sort by recently updated
recently updated
newest added

I'm getting next error when trying to start it: `rocketchat-mongodb-1 | mkdir: cannot create directory '/bitnami/mongodb/data': Permission denied` Docker version 23.0.1 Docker Compose version 2.16.0 Didn't use override.yml for simplicity.

Add troubleshooting when migrate from older mongodb version

Use this script when importing database from directory method. The method used by this project is by archive.

``` 2020-10-30T08:58:35.516+0000 restoring indexes for collection rocketchat.rocketchat_apps from metadata 2020-10-30T08:58:35.572+0000 finished restoring rocketchat.rocketchat_export_operations (4 documents) 2020-10-30T08:58:35.574+0000 reading metadata for events.reminders from archive '/dump/202010300000.json' 2020-10-30T08:58:35.609+0000 restoring events.reminders from archive '/dump/202010300000.json' 2020-10-30T08:58:35.614+0000...

bug

Server log files: ``` [...] rocketchat_1 | Meteor ➔ method deleteOldOTRMessages -> userId: 4ZtGQjwZ7PDrRNTYa, arguments: ["4ZtGQjwZ7PDrRNTYa5WPGDAB6cBiMWQqaa"] [...] ``` Nothing in client console. Seems to work without any issues when only...

bug