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:
@@ -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 \
|
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
|
&& chmod +x x-ui
|
||||||
|
|
||||||
EXPOSE 2053
|
|
||||||
CMD ["./x-ui"]
|
CMD ["./x-ui"]
|
||||||
|
|||||||
2
init.py
2
init.py
@@ -18,6 +18,8 @@ services:
|
|||||||
- /etc/letsencrypt/:/etc/letsencrypt/:rw
|
- /etc/letsencrypt/:/etc/letsencrypt/:rw
|
||||||
environment:
|
environment:
|
||||||
XRAY_VMESS_AEAD_FORCED: "false"
|
XRAY_VMESS_AEAD_FORCED: "false"
|
||||||
|
ports:
|
||||||
|
- "2053:2053"
|
||||||
tty: true
|
tty: true
|
||||||
networks:
|
networks:
|
||||||
- nginx_network_external
|
- nginx_network_external
|
||||||
|
|||||||
Reference in New Issue
Block a user