Expose horizon on Vagrant guest to localhost port 8080
Change-Id: I7a6e8f5a07edeb17bc4a50e9f9d44b3bd18f3fe3
This commit is contained in:
parent
677a906a1b
commit
a5aeafb5c1
1
contrib/vagrant/Vagrantfile
vendored
1
contrib/vagrant/Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user