From a68a8e26171e21e9590232a40c1e25555849d60f Mon Sep 17 00:00:00 2001 From: Edwin Amsler Date: Mon, 3 Feb 2025 10:12:21 -0600 Subject: [PATCH] Update README.md Fixed some grammar Signed-off-by: Edwin Amsler --- prometheus-grafana/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prometheus-grafana/README.md b/prometheus-grafana/README.md index ae62ba9..22be4d1 100644 --- a/prometheus-grafana/README.md +++ b/prometheus-grafana/README.md @@ -27,7 +27,8 @@ services: - 3000:3000 ``` The compose file defines a stack with two services `prometheus` and `grafana`. -When deploying the stack, docker compose maps port the default ports for each service to the equivalent ports on the host in order to inspect easier the web interface of each service. +When deploying the stack, docker compose maps the default ports for each service to the equivalent ports on the host for easier access to the web interface of each service. + Make sure the ports 9090 and 3000 on the host are not already in use. ## Deploy with docker compose