Expose horizon on Vagrant guest to localhost port 8080

Change-Id: I7a6e8f5a07edeb17bc4a50e9f9d44b3bd18f3fe3
This commit is contained in:
Frederick F. Kautz IV 2016-02-19 11:56:09 -08:00
parent 677a906a1b
commit a5aeafb5c1

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