Skip to content

Commit

Permalink
Fix nginx example / sandbox (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilmour authored Nov 12, 2019
1 parent b7fb12e commit 6b157f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion examples/nginx-tracing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Builds and runs a simple nginx server, traced by Datadog
FROM ubuntu:18.04

ARG NGINX_VERSION=1.14.0
ARG NGINX_VERSION=1.14.2

RUN apt-get update && \
apt-get install -y git gnupg wget tar
Expand Down
2 changes: 0 additions & 2 deletions examples/nginx-tracing/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ services:
- DD_API_KEY
- 'DD_APM_ENABLED=true'
image: 'datadog/agent'
ports:
- "127.0.0.1:8126:8126"

0 comments on commit 6b157f7

Please sign in to comment.