Update README.md

This commit is contained in:
2025-05-03 16:48:54 +00:00
parent 1f0953d870
commit 4561909aff

View File

@@ -1,3 +1,11 @@
# 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.
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
```