mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-05-21 15:14:45 +02:00
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:
parent
60acef9d78
commit
04248bc692
3 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# docker compose up -d # Start bot + web config
|
||||
# docker compose logs -f # View logs
|
||||
#
|
||||
# Web config: http://localhost:7681 (TUI in browser)
|
||||
# Web config: http://localhost:7682 (TUI in browser)
|
||||
#
|
||||
# Config is stored in the meshai_data volume at /data/config.yaml
|
||||
#
|
||||
|
|
@ -30,7 +30,7 @@ services:
|
|||
|
||||
ports:
|
||||
# Web-based config interface (ttyd)
|
||||
- "7681:7681"
|
||||
- "7682:7682"
|
||||
|
||||
volumes:
|
||||
# Persistent data (database, config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue