Put Vagrant IP in new VirtualBox default allowed range

This commit is contained in:
Basti 2022-02-12 10:58:15 -06:00
parent 3c7cc1a133
commit e46c8b3e81
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -39,7 +39,7 @@ Vagrant.configure(2) do |config|
# Create a private network, which allows host-only access to the machine
# using a specific IP.
# config.vm.network "private_network", ip: "192.168.33.10"
config.vm.network "private_network", ip: "192.168.56.5"
# Create a public network, which generally matched to bridged network.
# Bridged networks make the machine appear as another physical device on