From ecb3b68b79703c69f3bace7e0cf6995e74fffbe9 Mon Sep 17 00:00:00 2001 From: sinav Date: Sun, 7 Apr 2024 18:29:52 +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 b0b64e3..55e29e3 100644 --- a/zabbix-agent2/Dockerfile +++ b/zabbix-agent2/Dockerfile @@ -76,4 +76,4 @@ USER 1997 # CMD ["/usr/sbin/zabbix_agent2", "--foreground", "-c", "/etc/zabbix/zabbix_agent2.conf"] -CMD [ "/run.sh" ] +CMD [ "/usr/bin/run.sh" ]