📌 Pinned mongo version #1
Reference in New Issue
Block a user
Delete Branch "mongo-version-pinning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR just pins the mongo container version to
4.4.4.For some reason, the stack with
mongo:latest, when spun up, resulted in thecore-servicescontainer failing to connect to thedband kept reconnecting indefinitely.Using
mongo:4.4.4fixes this issue.Pull request closed