Merge "Expose horizon on Vagrant guest to localhost port 8080"

This commit is contained in:
Jenkins 2016-02-29 19:51:46 +00:00 committed by Gerrit Code Review
commit be0f75f5a7

View File

@ -43,4 +43,5 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.cache.scope = :box
end
config.vm.network :forwarded_port, guest: 80, host_ip: "127.0.0.1", host: 8080
end