This commit is contained in:
2025-08-25 18:31:09 +07:00
parent 8df2413f42
commit 419015ab8c
2 changed files with 2 additions and 9 deletions

View File

@@ -1,10 +1,2 @@
FROM debian:bullseye-slim
FROM alireza0/x-ui:latest
RUN apk add --no-cache bash curl tar ca-certificates
WORKDIR /opt/3x-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"]