mirror of
https://github.com/NohamR/prometheus-qbittorrent-exporter.git
synced 2025-05-23 16:49:29 +00:00
Changed reference to use GHCR
This commit is contained in:
parent
fb12d50373
commit
bc8676ed30
@ -20,7 +20,11 @@ qbittorrent-exporter
|
|||||||
Another option is run it in a docker container.
|
Another option is run it in a docker container.
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -e QBITTORRENT_PORT=8080 -e QBITTORRENT_HOST=myserver.local -p 8000:8000 esanchezm/prometheus-qbittorrent-exporter
|
docker run \
|
||||||
|
-e QBITTORRENT_PORT=8080 \
|
||||||
|
-e QBITTORRENT_HOST=myserver.local \
|
||||||
|
-p 8000:8000 \
|
||||||
|
ghcr.io/esanchezm/prometheus-qbittorrent-exporter
|
||||||
```
|
```
|
||||||
Add this to your prometheus.yml
|
Add this to your prometheus.yml
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user