From f00c59afc40df2c5a47cea26e2611dcb69ef54f8 Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 23 Jun 2024 18:06:32 +0300 Subject: [PATCH] wip --- zabbix-agent2/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index 2be0429..68c1b37 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -16,6 +16,7 @@ ENV TERM=xterm \ STOPSIGNAL SIGTERM COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/src/go/bin/zabbix_agent2", "/usr/sbin/zabbix_agent2"] +COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/conf/zabbix_agentd.conf", "/etc/zabbix/zabbix_agent2.conf"] COPY ["run.sh", "/usr/bin/"]