Emby
docker run -d \
--name emby \
--hostname=emby \
--restart=always \
--net=host \
-v /mnt/mmcblk2p4/emby/config:/config \
-v /mnt/aliyundriver:/aliyun \
-v /mnt/sda1:/mnt/sda1 \
-e UID=1000 \
-e GID=100 \
linuxserver/emby
青龙面板
docker run -dit \
-v /mnt/mmcblk2p4/ql:/ql/data \
--net=host \
--name qinglong \
--hostname qinglong \
--restart unless-stopped \
whyour/qinglong:latest
京东脚本
https://github.com/KingRan/KR.git
https://github.com/Yun-City/City.git
宝塔面板
docker run -d \
--restart unless-stopped \
--name baota \
--net=host \
--hostname=bt \
-v /mnt/mmcblk2p4/website_data:/www/wwwroot \
-v /mnt/mmcblk2p4/mysql_data:/www/server/data \
-v /mnt/mmcblk2p4/vhost:/www/server/panel/vhost \
btpanel/baota:lnmp
默认信息
后台:
http://ip:8888/btpanel
用户名:
btpanel
密码:
btpaneldocker
DDNS-GO
安装服务
/ddns-go -s install
自定义配置文件目录
/ddns-go -c /ddns-go.yaml
freenom域名自动续期
docker run -d \
--name freenom \
--restart always \
-v /mnt/mmcblk2p4/freenom:/conf \
-v /mnt/mmcblk2p4/freenom/logs:/app/logs \
luolongfei/freenom