Skip to content

Commit fc904bc

Browse files
committed
Fix datadog autodiscovery labels
1 parent 68d7fbb commit fc904bc

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
@@ -44,7 +44,7 @@ RUN /test/test.sh
4444
############
4545
# Final
4646
############
47+
FROM base
4748
LABEL "com.datadoghq.ad.check_names"='["nginx"]'
4849
LABEL "com.datadoghq.ad.init_configs"='[{}]'
4950
LABEL "com.datadoghq.ad.instances"='[{"nginx_status_url": "http://%%host%%:81/nginx_status/"}]'
50-
FROM base

0 commit comments

Comments
 (0)