11 lines
315 B
Markdown
11 lines
315 B
Markdown
# docker-qbittorrent
|
|
|
|
This is a docker-compose file that will spin up Qbittorrent and Qbittorrent Exporter. The exporter will expose a endpoint for prometheus scraping.
|
|
|
|
Use the ENV file to set some basic settings
|
|
```
|
|
WEBUI_PORT=8181
|
|
QBT_URL=http://qbittorrent:8181
|
|
QBT_USERNAME=admin
|
|
QBT_PASSWORD=205gti205gti
|
|
``` |