Emqx / Dockerfile
WuGuan's picture
Update Dockerfile
d679051 verified
raw
history blame contribute delete
172 Bytes
FROM emqx/emqx:5.6.1
EXPOSE 1883 8081 8083 8084 8883 18083
# 暴露Hugging Face强制要求的7860端口
ENV EMQX_DASHBOARD__LISTENERS__HTTP__BIND=8081
EXPOSE 7860