MongoDB error

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 :thinking:

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? :thinking:

Thanks for the support :slightly_smiling_face:

Google strongly suggests this is Cockpit related.

I’m not familiar with this, but hopefully, it helps.