From 6729d90da63a341d48901badb6b6571a995019b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:34:57 +0800 Subject: [PATCH] Update version to v2.3.4.5 Update version to v2.3.4.5 --- x-ui.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/x-ui.sh b/x-ui.sh index 85425a8..59f0c85 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -947,6 +947,7 @@ 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 \