From 2cc529dc8025b6f6fdac8c393e7acf116e5cff77 Mon Sep 17 00:00:00 2001 From: friendlyFriend4000 <127642970+friendlyFriend4000@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:46:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e74a71f..ce7e635 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A prometheus exporter for Immich. Get metrics from a server and offers them in a Here is an example docker run command ``` -docker run -e IMMICH_PORT=8080 -e IMMICH_HOST=192.168.178.1 -e IMMICH_API_TOKEN= -p 8000:8000 friendlyfriend/prometheus-immich-exporter +docker run -e IMMICH_PORT=8080 -e IMMICH_HOST=192.168.178.1 -e IMMICH_API_TOKEN=YOUR_TOKEN_HERE -p 8000:8000 friendlyfriend/prometheus-immich-exporter ``` Or you can add the following to your immich docker-compose.yaml ```