Update Dockerfile

This commit is contained in:
MehdiSele 2026-04-28 22:17:33 +03:30 committed by GitHub
parent 51e2fb6dbf
commit 55dddcc447
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ RUN chmod +x \
/usr/bin/x-ui
ENV XUI_ENABLE_FAIL2BAN="true"
EXPOSE 2053
EXPOSE 443
VOLUME [ "/etc/x-ui" ]
CMD [ "./x-ui" ]
ENTRYPOINT [ "/app/DockerEntrypoint.sh" ]