Skip to content

Commit c3f1de9

Browse files
authored
fix: use prod registry for datadog image (github#28365)
1 parent 68520e3 commit c3f1de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.prod.tmpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
restart: always
2525

2626
datadog-agent:
27-
image: datadog/dogstatsd:7.32.4
27+
image: 'ghdocsprod.azurecr.io/datadog/dogstatsd:7.32.4'
2828
ports:
2929
- '8125:8125'
3030
environment:

0 commit comments

Comments
 (0)