This commit is contained in:
2022-07-03 15:55:01 +08:00
parent 0b00d1a272
commit 17339d3259
9 changed files with 229 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
# 部署 cloudreve
- 根据实际环境修改
- docker-compose.yml
- 创建目录
```
grep '\<source:' docker-compose.yml | cut -d: -f2 | xargs mkdir -p
```
- 启动
```
docker-compose up -d
```