Update README.md
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Amazed 2023-10-28 21:50:21 +02:00
parent 7651fa08fe
commit 5320ac88b6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ docker run -it --rm git.hipstercat.fr/hipstercat/jellyfin-exporter:main --help
Example: Run the image with a mounted configuration file and published port:
```
docker run --init --name prometheus-jellyfin-exporter -d -p 127.0.0.1:9222:9222 -v /path/to/pve.yml:/etc/pve.yml git.hipstercat.fr/hipstercat/jellyfin-exporter:main
docker run --init --name prometheus-jellyfin-exporter -d -p 127.0.0.1:9222:9222 -v /path/to/jellyfin.yml:/etc/jellyfin.yml git.hipstercat.fr/hipstercat/jellyfin-exporter:main
```
Prometheus Jellyfin Exporter will now be reachable at http://localhost:9222/.