diff --git a/zabbix-debian-playground/Vagrantfile b/zabbix-debian-playground/Vagrantfile index 6afb077..e4ae98c 100644 --- a/zabbix-debian-playground/Vagrantfile +++ b/zabbix-debian-playground/Vagrantfile @@ -64,7 +64,7 @@ Vagrant.configure("2") do |config| "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \ $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null apt update - sudo apt install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin + sudo apt install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-compose systemctl enable --now containerd docker sed -i 's/ServerActive=127.0.0.1/ServerActive=192.168.56.2/g' /etc/zabbix/zabbix_agent2.conf sed -i 's/Hostname=Zabbix server/Hostname=docker/g' /etc/zabbix/zabbix_agent2.conf