Skip to content

Commit 404109a

Browse files
authored
Update README with 1.2.0 docker tags (#435)
Signed-off-by: Joe Adams <[email protected]>
1 parent f1d6173 commit 404109a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ https://github.com/prometheus-community/elasticsearch_exporter/releases
1212
#### Docker
1313

1414
```bash
15-
docker pull quay.io/prometheuscommunity/elasticsearch_exporter:1.1.0
16-
docker run --rm -p 9114:9114 quay.io/prometheuscommunity/elasticsearch_exporter:1.1.0
15+
docker pull quay.io/prometheuscommunity/elasticsearch-exporter:latest
16+
docker run --rm -p 9114:9114 quay.io/prometheuscommunity/elasticsearch-exporter:latest
1717
```
1818

1919
Example `docker-compose.yml`:
2020

2121
```yaml
2222
elasticsearch_exporter:
23-
image: quay.io/prometheuscommunity/elasticsearch_exporter:1.1.0
23+
image: quay.io/prometheuscommunity/elasticsearch-exporter:latest
2424
command:
2525
- '--es.uri=http://elasticsearch:9200'
2626
restart: always

0 commit comments

Comments
 (0)