Skip to content

Commit

Permalink
forward port 80 from vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcal committed Sep 10, 2013
1 parent c259366 commit c190de8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Vagrantfile
Expand Up @@ -2,11 +2,7 @@ Vagrant.configure("2") do |config|
config.vm.box = "precise32"
config.vm.box_url = "http://files.vagrantup.com/precise32.box"

# config.vm.network :forwarded_port, guest: 80, host: 8080
# config.vm.network :private_network, ip: "192.168.33.10"
# config.vm.network :public_network

# config.vm.synced_folder "../data", "/vagrant_data"
config.vm.network :forwarded_port, guest: 80, host: 8080

config.vm.provision :shell, :path => "tests/vagrant/init.sh"
end

0 comments on commit c190de8

Please sign in to comment.