fix plugin

This commit is contained in:
jxxghp
2023-07-25 14:58:48 +08:00
parent 464cdf5430
commit 0068e673ec
6 changed files with 94 additions and 10 deletions

View File

@ -210,7 +210,7 @@ docker pull jxxghp/moviepilot:latest
**注意**
1) 容器首次启动需要下载浏览器内核,根据网络情况可能需要较长时间,此时无法登录。可映射`/root`目录避免容器重置后重新触发浏览器内核下载。
2) 使用反向代理时,需要添加以下配置,否则能会导致部分功能无法访问(`ip:port`修改为实际值):
2) 使用反向代理时,需要添加以下配置,否则能会导致部分功能无法访问(`ip:port`修改为实际值):
```nginx configuration
location / {
proxy_pass http://ip:port;