mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-08 14:53:23 +00:00
Changed reference to use GHCR
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user