From c98744f1cce68b41b91f7356e1363ec05f5b29f8 Mon Sep 17 00:00:00 2001 From: rickstaa Date: Mon, 23 Oct 2023 11:52:36 +0200 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b225212..1e5a638 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ This repository contains [docker-compose](docker-compose.yml) files that can be The `docker-compose` file orchestrates ~~three~~two containers, each serving a distinct purpose: -**prometheus**: A [Prometheus](https://prometheus.io/) container for storing tracked data. Accessible on port `9090`. - **json_exporter**: A Prometheus [Json Exporter](https://github.com/prometheus-community/json_exporter) used for collecting API data. Accessible on port `7979`. - +- **prometheus**: A [Prometheus](https://prometheus.io/) container for storing tracked data. Accessible on port `9090`. +- **json_exporter**: A Prometheus [Json Exporter](https://github.com/prometheus-community/json_exporter) used for collecting API data. Accessible on port `7979`. - ~~**adsbx_exporter**: A [custom ADSBx exporter](prometheus/exporters/adsbx_exporter/main.go) container dedicated to collecting adsbx API data. Accessible on port `19100`.~~ - No longer works due to recent [adsb-x](https://adsbexchange.com/) api changes. - **Grafana**: A [Grafana](https://grafana.com/) container used for displaying tracked data. Accessible on port `3000`.