added comments for important features

This commit is contained in:
Peter Wood
2022-07-06 11:12:21 -04:00
parent 33ff87687b
commit da9b00589c

View File

@@ -36,5 +36,6 @@ services:
volumes: volumes:
- /d/docker/qbittorrent/config:/config - /d/docker/qbittorrent/config:/config
- /d/VirtboxShared/downloads:/downloads - /d/VirtboxShared/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" network_mode: "service:gluetun"
restart: unless-stopped restart: unless-stopped