fix: use mongo:4.4 for production servers without AVX support
This commit is contained in:
parent
8c2ddd2b2c
commit
a5e9109f13
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
mongodb:
|
||||
image: mongo:7.0
|
||||
image: mongo:4.4
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- mongo-data:/data/db
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue