Skip to content

Commit

Permalink
Fix Example readme file to use correct commands for local testing (op…
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored and djaglowski committed May 10, 2022
1 parent 6945b3c commit 9899e0f
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 9899e0f

Please sign in to comment.