From 6b128a39363ae95301c55cdf3c6060ea944fbc32 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Jan 2024 21:46:06 +0800 Subject: [PATCH] doc --- docs/guides/gettingStarted/imSourceCodeDeployment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/gettingStarted/imSourceCodeDeployment.mdx b/docs/guides/gettingStarted/imSourceCodeDeployment.mdx index e29e21a14c..4849aa7f30 100644 --- a/docs/guides/gettingStarted/imSourceCodeDeployment.mdx +++ b/docs/guides/gettingStarted/imSourceCodeDeployment.mdx @@ -61,7 +61,7 @@ cd .. # clone仓库 git clone https://github.com/OpenIMSDK/chat chat && cd chat # 部署mysql -docker run -d --name mysql2 -p 13306:3306 -p 3306:33060 -v "$(pwd)/components/mysql/data:/var/lib/mysql" -v "/etc/localtime:/etc/localtime" -e MYSQL_ROOT_PASSWORD="openIM123" --restart always mysql:5.7 +docker run -d --name mysql2 -p 13306:3306 -p 33306:33060 -v "$(pwd)/components/mysql/data:/var/lib/mysql" -v "/etc/localtime:/etc/localtime" -e MYSQL_ROOT_PASSWORD="openIM123" --restart always mysql:5.7 ``` ### 3.2 🛠️ 编译