From 966c4a0d92747ffb28ebd37580425e9cfa28eda6 Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 23 Jun 2024 18:04:37 +0300 Subject: [PATCH] wip --- zabbix-agent2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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