Skip to content

Commit 3007bcf

Browse files
authored
add EXPOSE port in Dockerfile (#3523)
1 parent 55f1d72 commit 3007bcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN chmod +x \
4949
/usr/bin/x-ui
5050

5151
ENV XUI_ENABLE_FAIL2BAN="true"
52+
EXPOSE 2053
5253
VOLUME [ "/etc/x-ui" ]
5354
CMD [ "./x-ui" ]
5455
ENTRYPOINT [ "/app/DockerEntrypoint.sh" ]

0 commit comments

Comments
 (0)