upgrade: mongo:7.0 now that AVX is enabled on production CPU
This commit is contained in:
parent
ccb4f22e57
commit
5fc019462c
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
mongodb:
|
||||
image: mongo:4.4
|
||||
image: mongo:7.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- mongo-data:/data/db
|
||||
|
|
@ -40,7 +40,7 @@ services:
|
|||
- stack.env
|
||||
command: ["--auth", "--bind_ip_all"]
|
||||
healthcheck:
|
||||
test: ["CMD", "mongo", "--quiet", "--eval", "db.adminCommand('ping')"]
|
||||
test: ["CMD", "mongosh", "--quiet", "--eval", "db.adminCommand('ping')"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue