修改docker安装文档

This commit is contained in:
dushixiang
2020-12-28 23:10:19 +08:00
parent d132a0ac65
commit 51dd5632b0
3 changed files with 23 additions and 14 deletions

View File

@ -6,7 +6,7 @@
docker run -d \
-p 8088:8088 \
--name next-terminal \
--restart always dushixiang/next-terminal:0.0.2
--restart always dushixiang/next-terminal:latest
```
### 使用`mysql`存储数据
@ -21,7 +21,7 @@ docker run -d \
-e MYSQL_PASSWORD=mysql \
-e MYSQL_DATABASE=next_terminal \
--name next-terminal \
--restart always dushixiang/next-terminal:0.0.2
--restart always dushixiang/next-terminal:latest
```
### 注意事项 ⚠️