From 271311ca4cc108634876edb14b752456e70dda0d Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Fri, 17 Apr 2026 19:15:57 +0000 Subject: [PATCH] qbit same vol ix --- qbittorrent/compose.yaml | 6 +++--- qbittorrent/sample.env | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/qbittorrent/compose.yaml b/qbittorrent/compose.yaml index cf54c8f..b5b6f6f 100644 --- a/qbittorrent/compose.yaml +++ b/qbittorrent/compose.yaml @@ -5,9 +5,9 @@ services: - VPN_TYPE=wireguard - WEBUI_PASSWORD=${QBT_PASS:-ChangeMePass} volumes: - - "${CONFIG_PATH:-./data}/qbit-config:/config" - - "${VOL_PATH:-./data}/qbit/downloads:/downloads" - - "${VOL_PATH:-./data}/qbit/incomplete:/incomplete" + - "${VOL_PATH:-/data}/qbit/config:/config" + - "${VOL_PATH:-/data}/qbit/downloads:/downloads" + - "${VOL_PATH:-/data}/qbit/incomplete:/incomplete" - '/dev/net/tun:/dev/net/tun' ports: - 8080:8080 diff --git a/qbittorrent/sample.env b/qbittorrent/sample.env index ce88a8d..e7c6903 100644 --- a/qbittorrent/sample.env +++ b/qbittorrent/sample.env @@ -1,5 +1,4 @@ # qbittorrent QBT_IMAGE=trigus42/qbittorrentvpn:latest QBT_PASS=01234567890 -CONFIG_PATH=/vol_path/to/data VOL_PATH=/data