rishighan / threetwo-docker-compose

docker-compose configuration for ThreeTwo
3 stars 0 forks source link

📌 Pinned mongo version #1

Open rishighan opened 1 year ago

rishighan commented 1 year ago

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 the core-services container failing to connect to the db and kept reconnecting indefinitely.

Using mongo:4.4.4 fixes this issue.