Skip to content

Commit 8f5ebb5

Browse files
authored
Merge pull request #22 from secondlife/signal/autodiscovery-fargate
Update nginx status endpoint - default to fargate
2 parents e21e38d + 7416e8f commit 8f5ebb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ RUN /test_uwsgi/test.sh
3838
FROM base
3939
LABEL "com.datadoghq.ad.check_names"='["nginx"]'
4040
LABEL "com.datadoghq.ad.init_configs"='[{}]'
41-
LABEL "com.datadoghq.ad.instances"='[{"nginx_status_url": "http://%%host%%:8091/nginx_status/"}]'
41+
LABEL "com.datadoghq.ad.instances"='[{"nginx_status_url": "http://localhost:8091/nginx_status/"}]'

0 commit comments

Comments
 (0)