Add iptables for Dashboardq

This commit is contained in:
Erope 2022-05-21 16:00:46 +08:00
parent fd137b162a
commit 6670381c47
No known key found for this signature in database
GPG Key ID: 934F29AB0411C0E9

View File

@ -17,3 +17,14 @@ curl ip-api.com
### 查看密码忘记\删除查看密码
请查看或编辑`/opt/nezha/dashboard/data/config.yaml`文件。
密码位于site-viewpassword。
### 面板安装失败: iptables ......
首先尝试重启docker再操作
```shell
systemctl status docker
systemctl restart docker
systemctl status docker
```
重启后尝试重新安装面板。
若依然出现iptables...等错误则考虑是否直接关闭iptables甚至移除iptables。
这个问题也可能由内核引起,也可以尝试更换官方内核。