From 29a53601452611c75ef84a9171c9d4735be7face Mon Sep 17 00:00:00 2001 From: Nontawat Numor Date: Wed, 9 Oct 2024 09:44:46 +0700 Subject: [PATCH] Update README.md docker compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e686bf..3782097 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ Will be resolved to 3 separate targets: ## Deployment This deployment example will permit you to have as many Ping Stations as you need (LAN or WIFI) devices but at the same time decoupling the data collection from the storage and visualization. -This [docker compose](https://docs.docker.com/compose/) will deploy and configure all the components plus setup Grafana with the Datasource and [Dashboard](https://github.com/syepes/network_exporter/blob/master/dist/deploy/cfg/provisioning/dashboards/network_exporter.json) +This [docker compose](https://github.com/syepes/network_exporter/blob/master/dist/deploy/docker-compose.yml) will deploy and configure all the components plus setup Grafana with the Datasource and [Dashboard](https://github.com/syepes/network_exporter/blob/master/dist/deploy/cfg/provisioning/dashboards/network_exporter.json) [Deployment example](https://github.com/syepes/network_exporter/blob/master/dist/deploy/)