Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
onresize committed Apr 17, 2024
1 parent 00eb10c commit 5b233ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion docs/技术总结/踩坑总结/docker前端篇.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,12 @@ mongoose: v8.3.1
```

- 本地操作数据库、mongoDB GUI工具下载地址:[MongoDB Compass](https://www.mongodb.com/try/download/compass)
- MongoDB客户端下载地址:[MongoDB Community Server](https://www.mongodb.com/try/download/community)
- MongoDB客户端下载地址:[MongoDB Community Server](https://www.mongodb.com/try/download/community)

- #### 用 `docker-desktop` 拉取官方 `mongo` 镜像并按步骤运行
- 下图步骤2、3分别是mongodb本地物理机存储路径、和映射挂载到容器的路径
<p align="center">
<img src="/AA_mdPics/docker-compose.min.png" />
</p>

- 本地开发、用 `docker-desktop` 拉取 `mongo` 镜像跑 `mongodb` 服务、用 `MongoDB Compass` 连接服务并操作数据

0 comments on commit 5b233ea

Please sign in to comment.