mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-14 05:15:17 +08:00
Updated 服务器部署 (markdown)
parent
028c719d74
commit
c29c488a10
6
服务器部署.md
6
服务器部署.md
@ -43,10 +43,12 @@ cp sample.env .env # 使用文本编辑器打开 .env 文件,并按照需求
|
|||||||
* 启动服务
|
* 启动服务
|
||||||
|
|
||||||
```
|
```
|
||||||
./scripts/start.sh
|
cd cosin # 进入下载后的文件夹
|
||||||
|
docker-compose pull # 拉取镜像
|
||||||
|
docker-compose up -d contact-center # 启动服务
|
||||||
```
|
```
|
||||||
|
|
||||||
然后,从浏览器打开 http://YOUR_IP:8035/ 访问服务。
|
然后,从浏览器打开 http://YOUR_IP:CC_WEB_PORT/ 访问服务。
|
||||||
默认管理员账号: admin 密码: admin1234
|
默认管理员账号: admin 密码: admin1234
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user