diff --git a/README.md b/README.md index 947f540..1eb0872 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ docker run -it --rm git.hipstercat.fr/hipstercat/jellyseer-exporter:main --help Example: Run the image with a mounted configuration file and published port: ``` -docker run --init --name prometheus-jellyseer-exporter -d -p 127.0.0.1:9223:9223 -v /path/to/pve.yml:/etc/pve.yml git.hipstercat.fr/hipstercat/jellyseer-exporter:main +docker run --init --name prometheus-jellyseer-exporter -d -p 127.0.0.1:9223:9223 -v /path/to/jellyseer.yml:/etc/jellyseer.yml git.hipstercat.fr/hipstercat/jellyseer-exporter:main ``` Prometheus Jellyseer Exporter will now be reachable at http://localhost:9223/. @@ -60,7 +60,7 @@ scrape_configs: static_configs: - targets: - 192.168.1.2:9223 # Jellyseer server with Jellyseer exporter. - metrics_path: /pve + metrics_path: /jellyseer params: module: [default] ```