Compose-Examples/examples/rocketchat
LRVT 3627f0d091
Update README.md
add some notes regarding permission errors
2023-04-02 17:42:17 +02:00
..
docker-compose.yml Update docker-compose.yml 2023-04-02 17:11:37 +02:00
README.md Update README.md 2023-04-02 17:42:17 +02:00

References

Notes

The mongodb container will likely throw a permission error when bein started for the first time.

error: 'An error occurred when creating an index for collection "users: getaddrinfo EAI_AGAIN mongodb',
  reason: undefined,
  details: undefined,
  errorType: 'Meteor.Error'

Therefore, you have to adjust the permissions of the mongodb volume path. For example with the following command:

sudo chmod -R 777 /mnt/docker-volumes/rocketchat