26 lines
515 B
YAML
26 lines
515 B
YAML
---
|
|
services:
|
|
qbittorrent:
|
|
image: linuxserver/qbittorrent:4.5.0
|
|
container_name: qbittorrent
|
|
# networks:
|
|
# macvlan1910:
|
|
# ipv4_address: 192.168.10.3
|
|
environment:
|
|
- PUID
|
|
- PGID
|
|
- 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
|