Merge pull request #1378 from carlospatinos/master

Fix #1371
This commit is contained in:
Jo
2023-10-17 23:55:02 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -53,7 +53,7 @@ services:
- mongo
mongo:
image: mongo:6.0.7
image: mongo:7.0.2
container_name: mongo
ports:
- 27017:27017