This commit is contained in:
2025-08-26 16:27:50 +07:00
parent ba36fd3b44
commit 8c0db61cec
2 changed files with 2 additions and 1 deletions

View File

@@ -7,5 +7,4 @@ 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
EXPOSE 2053
CMD ["./x-ui"]

View File

@@ -18,6 +18,8 @@ services:
- /etc/letsencrypt/:/etc/letsencrypt/:rw
environment:
XRAY_VMESS_AEAD_FORCED: "false"
ports:
- "2053:2053"
tty: true
networks:
- nginx_network_external