CS
This commit is contained in:
parent
958f20553d
commit
746b0a2839
2
lamp-xenial64-fpm/Vagrantfile
vendored
2
lamp-xenial64-fpm/Vagrantfile
vendored
@ -71,7 +71,7 @@ Vagrant.configure(2) do |config|
|
|||||||
# SHELL
|
# SHELL
|
||||||
|
|
||||||
config.vm.provider "virtualbox" do |vb|
|
config.vm.provider "virtualbox" do |vb|
|
||||||
vb.customize ["modifyvm", :id, "--memory", "1024"]
|
vb.customize ["modifyvm", :id, "--memory", "1024"]
|
||||||
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
|
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
|
||||||
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
|
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user