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