Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
Fix typo: AUX --> AVX
  • Loading branch information
qurikuduo authored Jul 2, 2024
1 parent e223390 commit a5015cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docSite/content/zh-cn/docs/development/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ brew install orbstack

{{% alert icon="🤖" context="success" %}}

所有 `docker-compose.yml` 配置文件中 `MongoDB` 为 5.x,需要用到AUX指令集,部分 CPU 不支持,需手动更改其镜像版本为 4.4.24**(需要自己在docker hub下载,阿里云镜像没做备份)
所有 `docker-compose.yml` 配置文件中 `MongoDB` 为 5.x,需要用到AvX指令集,部分 CPU 不支持,需手动更改其镜像版本为 4.4.24**(需要自己在docker hub下载,阿里云镜像没做备份)

{{% /alert %}}

Expand Down Expand Up @@ -373,4 +373,4 @@ mongo连接失败,查看mongo的运行状态**对应日志**。
### 如何修改密码
修改`docker-compose.yml`文件中`DEFAULT_ROOT_PSW`并重启即可,密码会自动更新。
修改`docker-compose.yml`文件中`DEFAULT_ROOT_PSW`并重启即可,密码会自动更新。

0 comments on commit a5015cd

Please sign in to comment.