updated download volume

This commit is contained in:
Peter Wood
2022-07-07 10:10:21 -04:00
parent da9b00589c
commit 16c42c1d56

View File

@@ -35,7 +35,7 @@ services:
- WEBUI_PORT=8080 - WEBUI_PORT=8080
volumes: volumes:
- /d/docker/qbittorrent/config:/config - /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" forces qbittorrent to connect to the internet through the VPN defined in the gluetun container above
network_mode: "service:gluetun" network_mode: "service:gluetun"
restart: unless-stopped restart: unless-stopped