From 7f5f79d386cddfccd4c65f34c0a037504411013a Mon Sep 17 00:00:00 2001 From: "sebastian.serfling" Date: Fri, 14 Mar 2025 09:51:53 +0000 Subject: [PATCH] install.sh aktualisiert --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9f64d41..8d70033 100644 --- a/install.sh +++ b/install.sh @@ -3,4 +3,6 @@ curl -sSL https://get.docker.com/ | CHANNEL=stable sh mkdir enc openssl rand -hex 32 >> enc/zabbix_agentd.psk -chown 1997:1997 enc/zabbix_agentd.psk \ No newline at end of file +chown 1997:1997 enc/zabbix_agentd.psk + +docker compose up -d \ No newline at end of file