Update README.md

This commit is contained in:
2025-02-07 16:21:19 +00:00
parent 19ac4dec45
commit 640932153b

View File

@@ -1,6 +1,6 @@
# PeerTube collector # 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 ## Working Project Structure
@@ -38,7 +38,7 @@ peertube-collector/
3. Build and start the Docker containers: 3. Build and start the Docker containers:
```sh ```sh
docker-compose up --build docker-compose up
``` ```
## Components ## Components