docs: 增加修改代码需要重启的注意事项

This commit is contained in:
xboard 2023-11-26 11:56:44 +08:00
parent b7d28cb36f
commit 8793e82f69
3 changed files with 10 additions and 2 deletions

View File

@ -78,4 +78,7 @@ docker compose run -it --rm xboard sh update.sh
```
docker compose restart
```
🎉: 在此你已完成Xboard的更新
🎉: 在此你已完成Xboard的更新
### 注意
启用webman后做的任何代码修改都需要重启生效

View File

@ -156,3 +156,5 @@ sh update.sh
- 2⃣. 找到Supervisor点击设置找到名为webman的守护进程点击重启即可
### 注意
启用webman后做的任何代码修改都需要重启生效

View File

@ -64,4 +64,7 @@ vi docker-compose.yaml
2. 启动
```
dockcer compose up -d
```
```
### 注意
启用webman后做的任何代码修改都需要重启生效