mirror of
https://github.com/myronblair/kino-app
synced 2026-07-28 13:33:49 -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:
|
services:
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:7
|
image: mongo:4.4
|
||||||
container_name: kino-mongo
|
container_name: kino-mongo
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user