add qbittorrent

This commit is contained in:
2025-06-14 12:18:29 -04:00
parent dd2e020c36
commit 8c48a262a3
+27
View File
@@ -0,0 +1,27 @@
---
version: "3"
services:
qbittorrent:
image: linuxserver/qbittorrent:4.5.0
container_name: qbittorrent
# networks:
# macvlan1910:
# ipv4_address: 192.168.10.3
environment:
- PUID=1000
- PGID=1000
- TZ=America/Detroit
- WEBUI_PORT=8000
volumes:
- /config/qbtorrent:/config
# - /storage:/downloads
ports:
- 8000:8080
- 6881:6881
- 6881:6881/udp
restart: always
#networks:
# macvlan1910:
# external:
# name: macvlan1910