Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skiffer-git committed Nov 18, 2023
1 parent 281ee6d commit e027eed
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions docs/guides/gettingStarted/admin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,7 @@ sidebar_position: 6


# 管理后台 🖥️

## 部署 🚀

如果您已经选择使用 [docker 部署](./dockerCompose) OpenIM,请略过此环节。👌
如果您已经选择使用 [源码部署](./imSourceCodeDeployment) OpenIM,则需手动拉取镜像。🛠️

**命令示例:** 🔧
```bash
docker run -d \
--name openim-admin \
--restart always \
-p ${OPENIM_ADMIN_FRONT_PORT}:80 \
--network openim-docker_openim-server \
--ip ${OPENIM_ADMIN_FRONT_NETWORK_ADDRESS} \
${IMAGE_REGISTRY}/openim-admin-front:v3.4.0
```

**例如:** 🌟
```bash
docker run -d --name openim-admin --restart always -p 11002:80 --network openim-docker_openim-server --ip 172.28.0.15 ghcr.io/openimsdk/openim-admin-front:v3.4.0
```

## 体验 🎉

### 🟢 管理后台端口
### 🟢 开放端口

| TCP 端口 | 说明 | 操作 ⚙️ |
|:--------:|:-----------------------:|:--------------------------------------------:|
Expand All @@ -40,7 +16,7 @@ docker run -d --name openim-admin --restart always -p 11002:80 --network openim-
## 📌 访问管理后台

:::tip
在浏览器中输入 `http://ip:11002` 来访问 管理后台。此 ip 为服务端 ip,且确保浏览器能访问。默认账号和密码均为admin1
在浏览器中输入 `http://ip:11002` 来访问管理后台。此 ip 为服务端 ip ,且确保您的浏览器能访问。默认账号和密码均为admin1
:::

import Image3 from './assets/admin.jpg';
Expand Down

0 comments on commit e027eed

Please sign in to comment.