fix(docker): document bundled webui port

This commit is contained in:
Xubin Ren 2026-05-17 15:45:15 +08:00
parent 3bf8de047a
commit 175b58e259

View File

@ -45,8 +45,8 @@ RUN sed -i 's/\r$//' /usr/local/bin/entrypoint.sh && chmod +x /usr/local/bin/ent
USER nanobot
ENV HOME=/home/nanobot
# Gateway default port
EXPOSE 18790
# Gateway health endpoint and optional WebUI/WebSocket channel ports
EXPOSE 18790 8765
ENTRYPOINT ["entrypoint.sh"]
CMD ["status"]