Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
updating dd-agent.service with the new image tag: 21-master
Browse files Browse the repository at this point in the history
  • Loading branch information
shayts7 committed Mar 6, 2016
1 parent 0c4d389 commit c07ef90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dd-agent.service
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ ExecStart=/usr/bin/docker run --name dd-agent -h %H \
-v /var/run/docker.sock:/var/run/docker.sock -v /proc/:/host/proc/:ro \
-v /sys/fs/cgroup/:/host/sys/fs/cgroup:ro -v /opt/dd-agent-conf.d:/conf.d:ro \
-e COREOS_PRIVATE_IPV4=${COREOS_PRIVATE_IPV4} \
-e TAGS="gaiaenv:${ENVIRON},gaiaenvlocation:${ENVIRON_LOCATION}" \
-e API_KEY=${DATADOG_API_KEY} gaiaadm/dd-agent:20-master
-e API_KEY=${DATADOG_API_KEY} gaiaadm/dd-agent:21-master

# Stop
ExecStop=/usr/bin/docker stop dd-agent
Expand Down

0 comments on commit c07ef90

Please sign in to comment.