1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-14 05:15:17 +08:00

Updated 服务器部署 (markdown)

Samurais 2019-11-06 12:31:48 +08:00
parent 028c719d74
commit c29c488a10

@ -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