update
This commit is contained in:
16
rsync/Demo/SingleNode/README.md
Normal file
16
rsync/Demo/SingleNode/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 部署 rsync
|
||||
|
||||
- 分享服务器 /data1 和 /data2 目录
|
||||
- 根据实际环境修改
|
||||
- docker-compose.yml
|
||||
|
||||
- 创建目录
|
||||
```
|
||||
grep '\<source:' docker-compose.yml | cut -d: -f2 | xargs mkdir -p
|
||||
```
|
||||
|
||||
- 启动
|
||||
```
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user