diff --git a/README.md b/README.md index a7b3c67..f7c3591 100644 --- a/README.md +++ b/README.md @@ -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/.