diff --git a/Vagrantfile b/Vagrantfile index 249ef1c..1e7dbad 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -48,6 +48,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.network "forwarded_port", guest: 80, host: 8080 # Port de debug do xdebug config.vm.network "forwarded_port", guest: 9000, host: 9000 + config.vm.network "private_network", type: "dhcp", auto_config: false config.vm.provision "shell", inline: $firstTimeScript -- libgit2 0.21.2