mysqld_exporter icon indicating copy to clipboard operation
mysqld_exporter copied to clipboard

`docker-compose up` suggested in `CONTRIBUTING.md`, but there is no `docker-compose.yml`

Open saukrs opened this issue 3 years ago • 0 comments

The Contributing instructions say: https://github.com/prometheus/mysqld_exporter/blob/main/CONTRIBUTING.md#local-setup

Local setup

The easiest way to make a local development setup is to use Docker Compose.

docker-compose up
make
make test

The seemingly related file was deleted on Dec 9, 2020: cecdaea

Should the docker-compose.yml be added back, or should the instructions be updated in some way?

saukrs avatar Nov 08 '22 15:11 saukrs