Skip to content

Commit

Permalink
fix: use prod registry for datadog image (github#28365)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesurowiec authored Jun 9, 2022
1 parent 68520e3 commit c3f1de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
restart: always

datadog-agent:
image: datadog/dogstatsd:7.32.4
image: 'ghdocsprod.azurecr.io/datadog/dogstatsd:7.32.4'
ports:
- '8125:8125'
environment:
Expand Down

0 comments on commit c3f1de9

Please sign in to comment.