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,21 @@
version: "3.7"
services:
rsync:
image: harbor.colben.cn/general/cloudreve
container_name: cloudreve
restart: "on-failure"
stop_grace_period: 1m
ports:
- 80:80
volumes:
- type: bind
source: ./etc/cloudreve.conf
target: /etc/cloudreve.conf
- type: bind
source: ./cloudreve/log
target: /var/log/cloudreve
- type: bind
source: ./cloudreve/data
target: /var/lib/cloudreve