Commit 7b098d29cf82152af035fd7dd9b24e778195c664

Authored by Marco Antonio Konopacki
1 parent df8550fd
Exists in issue342

forçar definição não automática da interface de rede para acelerar o processo de boot da VM

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Vagrantfile
... ... @@ -48,6 +48,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
48 48 config.vm.network "forwarded_port", guest: 80, host: 8080
49 49 # Port de debug do xdebug
50 50 config.vm.network "forwarded_port", guest: 9000, host: 9000
  51 + config.vm.network "private_network", type: "dhcp", auto_config: false
51 52  
52 53 config.vm.provision "shell", inline: $firstTimeScript
53 54  
... ...