Skip to content

Commit

Permalink
specify mongodb version 4.0 because mongodb 5.0 fail to run on VM (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnwangtw authored Apr 19, 2022
1 parent 8fc29f3 commit ee06d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

db:
container_name: mongodb
image: mongo
image: mongo:4.0
command: mongod --port 27017
expose:
- "27017"
Expand Down

0 comments on commit ee06d4d

Please sign in to comment.