From 5a78c79d2978cf8db2a764f113991701cce97767 Mon Sep 17 00:00:00 2001 From: Ben Iofel Date: Wed, 20 Mar 2024 14:47:27 -0400 Subject: [PATCH] Change vagrant ip --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 4adb532..959628f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -20,7 +20,7 @@ Vagrant.configure("2") do |config| SHELL # Host-only network configuration - config.vm.network "private_network", ip: "192.168.50.10" + config.vm.network "private_network", ip: "192.168.56.10" # TODO: we probably want to build our own base box here, but that's... work. (tvd, 2022-10-06) config.vm.box = "generic/ubuntu1804" @@ -78,4 +78,4 @@ Vagrant.configure("2") do |config| systemctl disable docker systemctl disable docker.socket SHELL -end \ No newline at end of file +end