grafana / xk6-output-influxdb

k6 extension to output real-time test metrics to an InfluxDB 2.x database.
Apache License 2.0
65 stars 33 forks source link

chore: add -T option to docker compose run command #13

Closed jwcastillo closed 2 years ago

jwcastillo commented 2 years ago

this fix this error image

What is “tty: true”? If you write “tty: true” in the docker-compose.yml, you will be able to “keep the container running”.

This is the same as writing -t in the docker command.https://docs.docker.com/engine/reference/run/#foreground