1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-24 08:31:45 +08:00

Updated 部署 (markdown)

Samurais 2018-09-04 19:14:41 +08:00
parent 27253add2d
commit 5752062c05

@ -1 +1,15 @@
# 部署
# 部署
## 快速部署
使用Docker和Docker compose的方式。
```
git clone https://github.com/chatopera/cosin.git
cd cosin
docker-compose up -d
```
## 高级部署
TBD