Change web config port from 7681 to 7682

Avoids conflict with fq51bbs which uses 7681

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt 2025-12-15 12:06:47 -07:00
commit 04248bc692
3 changed files with 7 additions and 7 deletions

View file

@ -72,7 +72,7 @@ USER meshai
VOLUME ["/data"]
# Expose ttyd web config port
EXPOSE 7681
EXPOSE 7682
# Health check
HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \