diff --git a/x-ui.sh b/x-ui.sh index 59f0c85..f4a45fa 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -947,10 +947,8 @@ subconverter() { bash <(curl -fsSL https://get.docker.com | bash -s docker) ipv4=$(curl -s4m8 ip.p3terx.com -k | sed -n 1p) docker run -d --name subweb --restart always \ - listen 25500 \ -p 18080:80 \ - -p 25500:25500 \ - -e API_URL=http://$ipv4:25500 \ + -p 25500:25500 \ stilleshan/subweb echo -e "${yellow}【链接转换模块】安装完成!!!" echo -e "${green}【订阅转换功能】访问地址为:${plain}${green}http://$ipv4:18080"