install.sh aktualisiert
parent
14c6a7bc19
commit
7f5f79d386
|
|
@ -4,3 +4,5 @@ curl -sSL https://get.docker.com/ | CHANNEL=stable sh
|
||||||
mkdir enc
|
mkdir enc
|
||||||
openssl rand -hex 32 >> enc/zabbix_agentd.psk
|
openssl rand -hex 32 >> enc/zabbix_agentd.psk
|
||||||
chown 1997:1997 enc/zabbix_agentd.psk
|
chown 1997:1997 enc/zabbix_agentd.psk
|
||||||
|
|
||||||
|
docker compose up -d
|
||||||
Loading…
Reference in New Issue