Reduce the MongoDB version to adapt to a few machine (#22)

This commit is contained in:
Away
2021-10-22 10:14:32 +08:00
committed by GitHub
parent efeba3432c
commit 0dfaa49c97
+1 -1
View File
@@ -15,7 +15,7 @@ services:
restart: always restart: always
mongodb: mongodb:
image: mongo image: mongo:4.0
ports: ports:
- 27017:27017 - 27017:27017
container_name: mongo container_name: mongo