Update nas/qbittorrent/docker-compose.yml

This commit is contained in:
steve 2024-06-13 17:49:16 +00:00
parent 5c9780a426
commit 951fb6c4a3

View File

@ -23,6 +23,7 @@ services:
networks: networks:
- web - web
- vpn-net
ports: ports:
- 8080:8080 - 8080:8080
@ -32,6 +33,9 @@ networks:
web: web:
external: true external: true
vpn-net:
external: true
volumes: volumes:
qbittorrent_data: qbittorrent_data:
driver: local driver: local