From 4561909affcd2a5f9e5b9f37bf229b9167019015 Mon Sep 17 00:00:00 2001 From: paulmataruso Date: Sat, 3 May 2025 16:48:54 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6570530..7fe5f18 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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 +``` \ No newline at end of file