Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luchenqun authored Nov 17, 2021
1 parent 93fa0ce commit 0a74c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sudo sh get-docker.sh --mirror Aliyun

另外,有人做了arm架构的docker,如果有需要的请按如下命令执行安装
```
docker run -itd --name mybookmark -p 2000-2000 -p 3306-3306 740162752/bookmark
docker run -itd --name mybookmark -p 2000:2000 -p 3306:3306 740162752/bookmark
```

7 安装部署指南
Expand Down

0 comments on commit 0a74c4f

Please sign in to comment.