From d76c5852b770c1397d8a14ba3e6ccbc3bd5f7efe Mon Sep 17 00:00:00 2001 From: Winston Smith Date: Wed, 12 Oct 2022 14:51:17 +0200 Subject: [PATCH] feat: add docker-compose to docker box --- zabbix-debian-playground/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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