mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
chore(md): correct web port (#50)
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ docker compose up -d
|
|||||||
```
|
```
|
||||||
|
|
||||||
Access:
|
Access:
|
||||||
- Web UI: http://localhost
|
- Web UI: http://localhost:8082
|
||||||
- API: http://localhost:8080
|
- API: http://localhost:8080
|
||||||
- Agent: http://localhost:8081
|
- Agent: http://localhost:8081
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ cd Memoh
|
|||||||
docker compose up -d
|
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.
|
See [DEPLOYMENT.md](DEPLOYMENT.md) for custom configuration and production setup.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -43,7 +43,7 @@ cd Memoh
|
|||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
启动后访问 http://localhost。默认登录:`admin` / `admin123`
|
启动后访问 <http://localhost:8082>。默认登录:`admin` / `admin123`
|
||||||
|
|
||||||
自定义配置与生产部署请参阅 [DEPLOYMENT.md](DEPLOYMENT.md)。
|
自定义配置与生产部署请参阅 [DEPLOYMENT.md](DEPLOYMENT.md)。
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user