Use mongo:7.0 (8.0 incompatible with kernel 6.19+)
This commit is contained in:
parent
b73bb0dbc1
commit
c8a9b7b1da
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ services:
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:8.0
|
image: mongo:7.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- mongo-data:/data/db
|
- mongo-data:/data/db
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue