Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 authored May 2, 2022
1 parent dafdfb6 commit ba669c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
# copy_remote_first模式为Aria2下载完成后立即复制到rclone原创存储,BT任务在做种前即触发。
# copy_remote模式为Aria2下载及做种完成后先移动到本地data数据卷下finished目录,然后复制到rclone远程存储。
# custom模式为自行设置Aria2配置文件触发脚本选项。
# 两种move模式下mutube下载完成后会移动文件至rclone远程存储,两种copy模式下则为复制
# move_remote和move_remote_only模式下mutube下载完成后会移动文件至rclone远程存储,copy_remote和copy_remote_first模式下则为复制
AUTO_DRIVE_NAME: "true"
# 设置为"true"会从rclone.conf文件第一行中提取Rclone远程存储配置名称。
# 否则需要在config数据卷/aria2/script.conf文件中手动指定Rclone远程存储配置名称。
Expand Down Expand Up @@ -91,4 +91,4 @@ services:
# - --copy-links
# 传输符号链接目标文件/目录。
# 还可以添加更多运行参数,详见https://rclone.org/flags/


0 comments on commit ba669c1

Please sign in to comment.