Skip to content

Commit

Permalink
Merge pull request #70 from algestam/doc_fixes
Browse files Browse the repository at this point in the history
Fixed docker-compose example
  • Loading branch information
metalmatze authored Jun 30, 2017
2 parents 6430899 + 74aaebd commit cf92d8e
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 cf92d8e

Please sign in to comment.