add EXPOSE port in Dockerfile (#3523)

This commit is contained in:
Дмитрий Олегович Саенко 2025-09-21 20:03:36 +03:00 committed by GitHub
parent 55f1d72af5
commit 3007bcff97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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