chore(md): correct web port (#50)

This commit is contained in:
Yao Siqian
2026-02-15 11:49:53 +08:00
committed by GitHub
parent 399c6eb4f1
commit 33d6079c99
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ docker compose up -d
```
Access:
- Web UI: http://localhost
- Web UI: http://localhost:8082
- API: http://localhost:8080
- Agent: http://localhost:8081
+1 -1
View File
@@ -43,7 +43,7 @@ cd Memoh
docker compose up -d
```
Visit http://localhost after startup. Default login: `admin` / `admin123`
Visit <http://localhost8082> after startup. Default login: `admin` / `admin123`
See [DEPLOYMENT.md](DEPLOYMENT.md) for custom configuration and production setup.
+1 -1
View File
@@ -43,7 +43,7 @@ cd Memoh
docker compose up -d
```
启动后访问 http://localhost。默认登录:`admin` / `admin123`
启动后访问 <http://localhost:8082>。默认登录:`admin` / `admin123`
自定义配置与生产部署请参阅 [DEPLOYMENT.md](DEPLOYMENT.md)。