@@ -7,7 +7,7 @@ This config is only for local development and testing.
|
||||
|
||||
## MongoDB
|
||||
|
||||
- official MongoDB: **6.0.7** on **Ubuntu Focal**
|
||||
- official MongoDB: **7.0.2** on **Ubuntu Focal**
|
||||
- ports **27017**
|
||||
|
||||
## Building and Running
|
||||
|
||||
@@ -53,7 +53,7 @@ services:
|
||||
- mongo
|
||||
|
||||
mongo:
|
||||
image: mongo:6.0.7
|
||||
image: mongo:7.0.2
|
||||
container_name: mongo
|
||||
ports:
|
||||
- 27017:27017
|
||||
|
||||
Reference in New Issue
Block a user