decentralized-identity / ion

The Identity Overlay Network (ION) is a DID Method implementation using the Sidetree protocol atop Bitcoin
https://identity.foundation/ion
Apache License 2.0
1.23k stars 173 forks source link

Recommended MongoDB version #324

Open BernhardFuchs opened 1 year ago

BernhardFuchs commented 1 year ago

The docker-compose setup uses MongoDB v4.0.27 https://github.com/decentralized-identity/ion/blob/34b63f5493055e9663a07db000343c7337a7d284/docker/docker-compose.yml#L18
which is two major version behind.

Are there any recommendations which version should be used?