Skip to content

Commit

Permalink
Update go example to use latest master docker build (#206)
Browse files Browse the repository at this point in the history
Changed the example `docker-compose.yaml` to use
new docker image tag with master changes.
Also use stable version of opentelemetry collector.
  • Loading branch information
miry authored Sep 16, 2021
1 parent 5058d11 commit d70e272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/go/otel/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.9'
services:
otel:
image: otel/opentelemetry-collector-dev:latest
image: otel/opentelemetry-collector:latest
pull_policy: always
volumes:
- ./otel.yml:/conf/otel-collector-config.yml
Expand All @@ -24,7 +24,7 @@ services:
- "14268:14268"

nginx:
image: opentracing/nginx-opentracing
image: opentracing/nginx-opentracing:edge
restart: on-failure
depends_on:
- otel
Expand Down

0 comments on commit d70e272

Please sign in to comment.