Hi everyone, what’s up?
Small question about using MongoDB, I’m trying to debug the following error:
```
Database `hello` for connection named default already exists. Skipped.
Created dbs for all classes
Created collections for all classes
No servers yet eligible for rescan
Exited with code 255
```
I don’t understand where the problem is when No servers yet eligible for rescan
is prompt
Here’s the configuration used for MongoDB:
image: circleci/mongo:4.1.9
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: root
MONGO_INITDB_DATABASE: hello
I don’t see a major error in this configuration, any idea?
Thanks for the support