Skip to content

Commit

Permalink
Remove second setting of environment variables for traced-nginx (#167)
Browse files Browse the repository at this point in the history
The second setting of environment for traced-nginx was overriding the first, which can be confusing when testing things and makes no sense to have.
  • Loading branch information
ZStriker19 authored Mar 25, 2021
1 parent 37cb7e9 commit bf4418c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/nginx-tracing/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ services:
- './index.html:/usr/share/nginx/html/index.html:ro'
ports:
- "8080:80"
environment:
DD_AGENT_HOST: dd-agent

dd-agent:
volumes:
Expand Down

0 comments on commit bf4418c

Please sign in to comment.