Skip to content

Commit

Permalink
Merge main into sweep/github-actions-run_1
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 2, 2024
2 parents 5e43836 + 6b128a3 commit 4204865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/gettingStarted/imSourceCodeDeployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 🛠️ 编译
Expand Down

0 comments on commit 4204865

Please sign in to comment.