Update Vagrantfile

This commit is contained in:
Omar Santos 2019-09-26 22:26:04 -04:00 committed by GitHub
parent 16cead76a1
commit ff638bbc27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ Vagrant.configure("2") do |config|
vb.memory = "4096"
vb.cpus = "4"
config.vm.network "private_network", ip: "10.1.1.1"
# config.vm.network "private_network", ip: "10.1.1.1"
end