19 lines
477 B
Plaintext
19 lines
477 B
Plaintext
FinalShell
|
||
|
||
sudo -i
|
||
|
||
|
||
方式运行,不过是allinone的指令了:
|
||
|
||
docker run -d --restart unless-stopped --net=host --privileged=true -p 35455:35455 --name allinone youshandefeiyang/allinone
|
||
|
||
配置watchtower每天凌晨两点自动监听allinone镜像更新:
|
||
|
||
docker run -d --name watchtower --restart unless-stopped -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower allinone -c --schedule "0 0 2 * * *"
|
||
|
||
|
||
IPTV直播
|
||
http://192.168.1.4:35455/tv.m3u
|
||
|
||
|