Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skiffer-git committed Jan 2, 2024
1 parent bd8dddd commit 6b128a3
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 6b128a3

Please sign in to comment.