We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#36 第二条命令运行错误,通过摸索,发现1个不完美的解决办法,如下: 1)手动在openwrt下建立www/itvall目录和根目录下建立APP目录 2)把github网站上的itv_all.py下载到app目录,并改名为itvall.py 3)将itvall.py的权限改为0755 4)再运行 sudo docker run -v /www/itvall:/app itvall 5)www/itvall目录下生成了itvlist.txt、itv.txt、itvlist.m3u,也能用 但是有以下问题: 1)容器显示不正常,见下图 贴不上图
2)每次都需要手动运行命令更新?但每次运行会又生成1个容器,怎么避免?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#36
第二条命令运行错误,通过摸索,发现1个不完美的解决办法,如下:
1)手动在openwrt下建立www/itvall目录和根目录下建立APP目录
2)把github网站上的itv_all.py下载到app目录,并改名为itvall.py
3)将itvall.py的权限改为0755
4)再运行 sudo docker run -v /www/itvall:/app itvall
5)www/itvall目录下生成了itvlist.txt、itv.txt、itvlist.m3u,也能用
但是有以下问题:
1)容器显示不正常,见下图
贴不上图
2)每次都需要手动运行命令更新?但每次运行会又生成1个容器,怎么避免?
The text was updated successfully, but these errors were encountered: