From 97f4d828a471d4796b965094ccda5b2b71174048 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 29 Jan 2024 21:26:41 +0100 Subject: [PATCH] Prometheus: Update "client add" command example #213 #3730 #3943 Signed-off-by: Michael Mayer --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 690618be3..cb8ddb814 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -195,7 +195,7 @@ services: ## Prometheus Test Server ## Docs: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#oauth2 - ## Run the following command in a container terminal to register the preconfigured client credentials for testing (adjust parameters as needed): + ## Run the following command in a terminal to grant access with the preconfigured client credentials (adjust flags as needed): ## ./photoprism client add --id=cs5cpu17n6gj2qo5 --secret=xcCbOrw6I0vcoXzhnOmXhjpVSyFq0l0e -s metrics -n Prometheus -e 60 -t 1 prometheus: image: prom/prometheus:latest