Skip to content

Commit

Permalink
Remove stray spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Oct 22, 2024
1 parent f424b17 commit 9283599
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 @@ -178,7 +178,7 @@ bundle exec catadog | jq 'select(.kind=="rc") | .response.body.target_files | .[

## Using Docker Compose

By leveraging the `docker-compose.yaml` file, you can automatically connect your app to `catadog` and your datadog agent.
By leveraging the `docker-compose.yaml` file, you can automatically connect your app to `catadog` and your datadog agent.

First, [instrument your app](https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/dd_libraries/ruby/#instrument-your-application) with the datadog gem.

Expand Down Expand Up @@ -207,7 +207,7 @@ services:
image: datadog/agent
env_file:
- ".env"
environment:
environment:
- DD_APM_ENABLED=true
- DD_BIND_HOST=0.0.0.0
- DD_APM_NON_LOCAL_TRAFFIC=true
Expand Down

0 comments on commit 9283599

Please sign in to comment.