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/"]