Skip to content

Commit

Permalink
Merge branch 'master' of github.com:justwatchcom/elasticsearch_exporter
Browse files Browse the repository at this point in the history
* 'master' of github.com:justwatchcom/elasticsearch_exporter:
  Fixed docker-compose example
  • Loading branch information
dominikschulz committed Jun 30, 2017
2 parents 7318bbc + cf92d8e commit a743c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Example `docker-compose.yml`:
```yaml
elasticsearch_exporter:
image: justwatch/elasticsearch_exporter:1.0.0-rc1
environment:
- '-es.uri=http://elasticsearch:9200'
command:
- '-es.uri=http://elasticsearch:9200'
restart: always
ports:
- "127.0.0.1:9108:9108"
Expand Down

0 comments on commit a743c12

Please sign in to comment.