FIX: Changed mongo version to 4.4.18 because of AVX support
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo
|
image: mongo:4.4.18
|
||||||
container_name: komodo-mongo
|
container_name: komodo-mongo
|
||||||
labels:
|
labels:
|
||||||
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
||||||
|
|||||||
Reference in New Issue
Block a user