From 951fb6c4a3072e092d4797bbba30186bf4b356ee Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 13 Jun 2024 17:49:16 +0000 Subject: [PATCH] Update nas/qbittorrent/docker-compose.yml --- nas/qbittorrent/docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nas/qbittorrent/docker-compose.yml b/nas/qbittorrent/docker-compose.yml index 6a827da..6f6cd4f 100644 --- a/nas/qbittorrent/docker-compose.yml +++ b/nas/qbittorrent/docker-compose.yml @@ -23,6 +23,7 @@ services: networks: - web + - vpn-net ports: - 8080:8080 @@ -32,6 +33,9 @@ networks: web: external: true + vpn-net: + external: true + volumes: qbittorrent_data: driver: local