fix: use mongo:4.4 for production servers without AVX support

This commit is contained in:
friday-bot 2026-05-27 17:04:01 -06:00
parent 8c2ddd2b2c
commit a5e9109f13

View file

@ -30,7 +30,7 @@ services:
retries: 3
mongodb:
image: mongo:7.0
image: mongo:4.4
restart: unless-stopped
volumes:
- mongo-data:/data/db