Merge pull request #11 from weknowsoftware/disable-vagrant-autoconfig

Disabled vagrant auto-configure of interface
This commit is contained in:
Mark Goddard 2017-09-04 14:53:25 +01:00 committed by GitHub
commit d367b16236
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -26,7 +26,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.3"
config.vm.network "private_network", ip: "192.168.33.3", auto_config: false
# Create a public network, which generally matched to bridged network.
# Bridged networks make the machine appear as another physical device on