From e7c068f1ecdae1b9628b2988d92dec298f246a24 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Sun, 20 Sep 2026 09:23:37 -0700 Subject: [PATCH] added watch folder --- qbittorrent/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qbittorrent/compose.yaml b/qbittorrent/compose.yaml index ed205d9..8173073 100644 --- a/qbittorrent/compose.yaml +++ b/qbittorrent/compose.yaml @@ -6,6 +6,7 @@ services: - ${VOL_PATH:-/data}/qbit/config:/config - ${VOL_PATH:-/data}/qbit/downloads:/downloads - ${VOL_PATH:-/data}/qbit/incomplete:/incomplete + - ${VOL_PATH:-/data}/qbit/watched:/watched - /dev/net/tun:/dev/net/tun environment: - VPN_TYPE=wireguard