修改安装文档
This commit is contained in:
23
docs/faq.md
23
docs/faq.md
@ -20,4 +20,25 @@ location / {
|
||||
|
||||
把加密类型修改为 Prefer On
|
||||
|
||||
</details>
|
||||
</details>
|
||||
|
||||
|
||||
<details>
|
||||
<summary>docker安装如何更新?</summary>
|
||||
|
||||
推荐使用`watchtower`自动更新
|
||||
|
||||
手动更新需要先拉取最新的镜像
|
||||
|
||||
```shell
|
||||
docker pull dushixiang/next-terminal:latest
|
||||
```
|
||||
|
||||
删除掉原来的容器
|
||||
> 如果是使用sqlite方式启动的,记得备份`next-terminal.db`文件哦
|
||||
```shell
|
||||
docker rm <container-id> -f
|
||||
```
|
||||
再重新执行一次 [docker方式安装命令](install-naive.md)
|
||||
|
||||
</details>
|
||||
|
Reference in New Issue
Block a user