Skip to content

Commit

Permalink
Merge pull request #19 from tassoskoutlas/master
Browse files Browse the repository at this point in the history
Amended Vagrant config for virtualbox and forwarded ports
  • Loading branch information
tassoskoutlas authored Jun 3, 2018
2 parents bc1c1c4 + 98d7bf5 commit f18b04d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
devbox.vm.box = "ubuntu/xenial64"
devbox.vm.hostname = "dev.box"
devbox.vm.network "private_network", ip: "10.10.10.10"
devbox.vm.network "forwarded_port", guest: "80", host: "8000"
devbox.vm.synced_folder "~/projects", "/home/ubuntu/projects",
owner: "ubuntu", group: "www-data", mount_options: ["dmode=775,fmode=664"]
end
Expand All @@ -32,8 +31,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb.name = "devbox"
vb.cpus = 2
vb.customize ["modifyvm", :id, "--memory", "1024"]
vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
end

# Workaround for ubuntu/xenial not having /usr/bin/python
Expand Down

0 comments on commit f18b04d

Please sign in to comment.