diff --git a/zabbix-agent2/Dockerfile b/zabbix-agent2/Dockerfile index 93ee870..2be0429 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -70,4 +70,4 @@ WORKDIR /var/lib/zabbix USER 1997 # CMD ["/usr/sbin/zabbix_agent2", "--foreground", "-c", "/config/zabbix_agent2.conf"] -CMD [ "run.sh" ] \ No newline at end of file +CMD [ "/usr/bin/run.sh" ] \ No newline at end of file