From 679a65846343c005fb72e4051b50abd7de79a53e Mon Sep 17 00:00:00 2001 From: HDwayne Date: Sat, 3 Feb 2024 17:17:13 +0100 Subject: [PATCH] Fix docker-compose command in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bb27e2..d258287 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ Here's how to set up and use Grafana and Prometheus for monitoring RabbitMQ: 1. **Start Grafana and Prometheus**: Run the following command to start both Grafana and Prometheus: - ```bash - docker-compose -f docker-compose-metrics.yml up -d + ```sh + docker compose -f docker-compose-metrics.yml up -d ``` - Grafana will be available at [http://127.0.0.1:3000](http://127.0.0.1:3000).