test / Dockerfile
git98's picture
Update Dockerfile
a3244f0 verified
Raw
History Blame Contribute Delete
225 Bytes
FROM ghcr.io/mhsanaei/3x-ui:v3.2.8
ENV XRAY_VMESS_AEAD_FORCED=false
ENV XUI_ENABLE_FAIL2BAN=false
ENV PORT=7860
EXPOSE 7860
ENTRYPOINT ["/bin/sh","-c","\
/app/x-ui setting -port ${PORT} && \
exec /app/DockerEntrypoint.sh"]