From b391e5f83a7c4ef84e1ba06838d4d427872f94cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20S=C3=A1nchez?= Date: Tue, 29 Sep 2020 12:03:26 +0200 Subject: [PATCH] Fixed docker run line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 979c5be..eacfe2f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ qbittorrent-exporter Another option is run it in a docker container. ``` -docker run esanchezm/prometheus-qbittorrent-exporter +docker run -e QBITTORRENT_PORT=8080 -e QBITTORRENT_HOST=myserver.local -p 8000:8000 esanchezm/prometheus-qbittorrent-exporter ``` The application reads configuration using environment variables: