From 825cb4f1a7e0616025b9f6ef7a810079c167010d Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Mon, 25 Aug 2025 17:51:00 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=81=D0=BA?= =?UTF-8?q?=D1=80=D0=B8=D0=BF=D1=82=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1c68f89..f6bcd2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,8 @@ FROM alpine:3.18 RUN apk add --no-cache bash curl tar ca-certificates WORKDIR /opt/3x-ui - -RUN curl -Ls https://github.com/mhsanaei/3x-ui/releases/download/v2.6.6/x-ui-linux-amd64.tar.gz | tar xz --strip-components=1 \ - && chmod +x x-ui +# username FSGChr9G0x; password mmpwYHix7; port 11111 +RUN echo -e "n\n" | bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) EXPOSE 2053 CMD ["./x-ui"]