From 5320ac88b66d8a02a93966a7676dcdfd6d7e0503 Mon Sep 17 00:00:00 2001 From: Amazed Date: Sat, 28 Oct 2023 21:50:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/.