refactor(web): change old port (7003) and deploy port (80) to port 8082

This commit is contained in:
Acbox
2026-02-14 19:51:55 +08:00
parent 7817ec8147
commit 82e9f12b7f
18 changed files with 219 additions and 62 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ echo "${GREEN}========================================${NC}"
echo "${GREEN} Memoh is running!${NC}"
echo "${GREEN}========================================${NC}"
echo ""
echo " Web UI: http://localhost"
echo " Web UI: http://localhost:8082"
echo " API: http://localhost:8080"
echo " Agent Gateway: http://localhost:8081"
echo ""