Pin mongo to 4.4 - host CPU lacks AVX required by mongo:7+

This commit is contained in:
Myron Blair
2026-07-23 19:55:32 -05:00
parent 3e30f1491c
commit d4dffdb6fb
+1 -1
View File
@@ -13,7 +13,7 @@
services:
mongo:
image: mongo:7
image: mongo:4.4
container_name: kino-mongo
restart: unless-stopped
volumes: