Update README.md

This commit is contained in:
fantasticit 2022-03-11 18:19:16 +08:00 committed by GitHub
parent 6a83038c3b
commit 08c97ba345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ Think 是一款开源知识管理工具。通过独立的知识库空间,结
```bash ```bash
docker image pull mysql:5.7 docker image pull mysql:5.7
# m1 的 mac 可以用docker image pull --platform linux/x86_64 mysql:5.7
docker run -d --restart=always --name think -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root mysql:5.7 docker run -d --restart=always --name think -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root mysql:5.7
``` ```