Skip to content

Commit

Permalink
Fix Example readme file to use correct commands for local testing (#9582
Browse files Browse the repository at this point in the history
)
  • Loading branch information
cijothomas authored Apr 28, 2022
1 parent 8a0672b commit 12b4769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Developers interested in running a local build of the Collector need to build a
docker image using the command below:

```shell
make docker-otelcol
make docker-otelcontribcol
```

And set an environment variable `OTELCOL_IMG` to `otelcol:latest` before
And set an environment variable `OTELCOL_IMG` to `otelcontribcol` before
launching the command `docker-compose up -d`.


0 comments on commit 12b4769

Please sign in to comment.