From 16c42c1d56d30b682d7a7f7fae76373d80af172d Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Thu, 7 Jul 2022 10:10:21 -0400 Subject: [PATCH] updated download volume --- media/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/docker-compose.yml b/media/docker-compose.yml index 4f29d6b..6fd43d5 100644 --- a/media/docker-compose.yml +++ b/media/docker-compose.yml @@ -35,7 +35,7 @@ services: - WEBUI_PORT=8080 volumes: - /d/docker/qbittorrent/config:/config - - /d/VirtboxShared/downloads:/downloads + - /d/media/downloads:/downloads # network_mode: "service:gluetun" forces qbittorrent to connect to the internet through the VPN defined in the gluetun container above network_mode: "service:gluetun" restart: unless-stopped