From 228289cf2ed24c34a7e3da4ce5c286d0e7c3f3f1 Mon Sep 17 00:00:00 2001 From: wuxu Date: Fri, 19 Jun 2026 18:42:32 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=B7=BB=E5=8A=A0=20root=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=E6=8C=82=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index e37202e..2c3ad60 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,6 +42,8 @@ services: - rclone-cache:/cache # Scratch space for any local-FS remotes that point here. - rclone-data:/data + # Expose the host /root tree to local filesystem transfer jobs. + - /root:/root environment: - XDG_CONFIG_HOME=/config - RCLONE_CACHE_DIR=/cache