Skip to content

Commit

Permalink
Revert "specify mongodb version 4.0 because mongodb 5.0 fail to run o…
Browse files Browse the repository at this point in the history
…n VM (#51)" (#52)

This reverts commit ee06d4d.
  • Loading branch information
free5gc-org authored Apr 22, 2022
1 parent ee06d4d commit 17d1082
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:4.0
image: mongo
command: mongod --port 27017
expose:
- "27017"
Expand Down

0 comments on commit 17d1082

Please sign in to comment.