mirror of https://github.com/fantasticit/think.git
Merge branch 'main' of https://github.com/fantasticit/think
This commit is contained in:
commit
c017d5d351
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue