This commit is contained in:
2022-04-18 11:21:20 +08:00
commit 45a7af638f
210 changed files with 8997 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
version: "3.7"
services:
rsync:
image: harbor.colben.cn/general/rsync
container_name: rsync
restart: "on-failure"
stop_grace_period: 1m
ports:
- 873:873
volumes:
- type: bind
source: ./rsync/rsyncd.conf
target: /etc/rsyncd.conf
- type: bind
source: ./rsync/log
target: /var/log/rsync
- type: bind
source: /data1
target: /d1
- type: bind
source: /data2
target: /d2