From 8ab37d3af3aff5edba99345dcdda19e6cbef6fb2 Mon Sep 17 00:00:00 2001 From: marcel-dempers Date: Sat, 26 Apr 2025 21:46:41 +1000 Subject: [PATCH] update docker-compose to docker compose --- monitoring/prometheus/readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/monitoring/prometheus/readme.md b/monitoring/prometheus/readme.md index 97c5b70..9084f8e 100644 --- a/monitoring/prometheus/readme.md +++ b/monitoring/prometheus/readme.md @@ -6,19 +6,19 @@ To run any of the commands, please ensure you open a terminal and navigate to th ## Start Prometheus, Grafana & Dashboards ``` -docker-compose up -d prometheus -docker-compose up -d grafana -docker-compose up -d grafana-dashboards +docker compose up -d prometheus +docker compose up -d grafana +docker compose up -d grafana-dashboards ``` ## Start the example app you prefer ``` -docker-compose up -d --build go-application -docker-compose up -d --build python-application -docker-compose up -d --build dotnet-application -docker-compose up -d --build nodejs-application +docker compose up -d --build go-application +docker compose up -d --build python-application +docker compose up -d --build dotnet-application +docker compose up -d --build nodejs-application ``` ## Generate some requests by opening the application in the browser