From 3596bdd017e90e395c8d76b6cbc95a9f7f389f2c Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 28 Jan 2024 16:21:40 +0000 Subject: [PATCH] Update docker/child/Dockerfile --- docker/child/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/child/Dockerfile b/docker/child/Dockerfile index 5b6cc96..7f7a3d2 100644 --- a/docker/child/Dockerfile +++ b/docker/child/Dockerfile @@ -1,3 +1,3 @@ FROM netdata/netdata -COPY netdata.conf /etc/netdata/stream.conf \ No newline at end of file +COPY stream.conf /etc/netdata/stream.conf \ No newline at end of file