Fix docker-compose command in README

This commit is contained in:
HDwayne
2024-02-03 17:17:13 +01:00
parent 8e991488ce
commit 679a658463

View File

@@ -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).