Новый скрипт установки

This commit is contained in:
2025-08-25 17:51:00 +07:00
parent 9a4d28d934
commit 825cb4f1a7

View File

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