From 640932153b1416132eb98a78abc8fc25da19b866 Mon Sep 17 00:00:00 2001 From: kobim Date: Fri, 7 Feb 2025 16:21:19 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 120910a..47b0fbc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PeerTube collector -peertube-collector is a project designed to collect and analyze WebRTC statistics from a Chromium browser and export them to a Prometheus PushGateway service. This project includes a Docker setup for running the necessary services. +peertube-collector is a project designed to collect and analyze WebRTC statistics from a Chromium browser and export them to a MongoDB service. This project includes a Docker setup for running the necessary services. ## Working Project Structure @@ -38,7 +38,7 @@ peertube-collector/ 3. Build and start the Docker containers: ```sh - docker-compose up --build + docker-compose up ``` ## Components