Changed reference to use GHCR

This commit is contained in:
Esteban Sánchez 2023-03-16 16:44:08 +01:00 committed by GitHub
parent fb12d50373
commit bc8676ed30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,11 @@ qbittorrent-exporter
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
```