mirror of
https://github.com/HypoxiE/docker-compose-3x-ui.git
synced 2025-12-06 05:45:58 +00:00
Новый скрипт установки
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user