feat: update Dockerfile to use Debian slim and implement Python virtual environment for dependency management
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m20s
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m20s
This commit is contained in:
@@ -48,11 +48,7 @@ ufw allow 27107/tcp
|
||||
|
||||
4. Start the Docker containers:
|
||||
```sh
|
||||
docker compose up --abort-on-container-exit
|
||||
```
|
||||
or in detached mode:
|
||||
```sh
|
||||
docker compose up -d
|
||||
docker compose up --abort-on-container-failure
|
||||
```
|
||||
|
||||
The collector will start gathering WebRTC stats from the Selenium container and sending them to the Telegraf service.
|
||||
|
Reference in New Issue
Block a user