From 4d3f14e9148d10f92d25367b581a5f316d91cf41 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 28 Jan 2024 18:38:55 +0000 Subject: [PATCH] Update docker/child/Dockerfile --- docker/child/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/child/Dockerfile b/docker/child/Dockerfile index 7f7a3d2..dfb7b06 100644 --- a/docker/child/Dockerfile +++ b/docker/child/Dockerfile @@ -1,3 +1,3 @@ FROM netdata/netdata - -COPY stream.conf /etc/netdata/stream.conf \ No newline at end of file +COPY stream.conf /etc/netdata/stream.conf +COPY netdata.conf /etc/netdata/netdata.conf \ No newline at end of file