添加 常见需求场景汇总

悟空的日常镜像仓库 2024-05-07 18:50:26 +08:00
parent ea7d1cc3cc
commit 955e06856b
1 changed files with 9 additions and 0 deletions

@ -0,0 +1,9 @@
### 1、如何定时重启小雅
<img src="https://cafe.cpolar.cn/wkdaily/zero3/releases/download/v1/restart_xiaoya.jpg" width="80%" />
#### 如图所示可以在1panel中可视化操作非常简单。可以设置每天重启的时间还能查看报告。查看是否执行成功
脚本只有一句话
```
#!/bin/bash
docker restart xiaoya
```