Skip to content

Commit

Permalink
Merge pull request #102 from lucasoshiro/mongo_readme
Browse files Browse the repository at this point in the history
fix: use mongosh instead of mongo on README
  • Loading branch information
ianchen0119 authored Mar 27, 2024
2 parents 73cd757 + e573a33 commit 147c7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ docker compose rm
Sometimes, you need to drop data from DB:

```bash
docker exec -it mongodb mongo
docker exec -it mongodb mongosh
> use free5gc
> db.dropDatabase()
> exit # (Or Ctrl-D)
Expand Down

0 comments on commit 147c7e0

Please sign in to comment.