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"]