mirror of
https://github.com/myronblair/kino-app
synced 2026-07-27 19:24:45 -05:00
Pin mongo to 4.4 - host CPU lacks AVX required by mongo:7+
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
|
||||
services:
|
||||
mongo:
|
||||
image: mongo:7
|
||||
image: mongo:4.4
|
||||
container_name: kino-mongo
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user