Merge "Expose horizon on Vagrant guest to localhost port 8080"
This commit is contained in:
commit
be0f75f5a7
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
|
config.cache.scope = :box
|
||||||
end
|
end
|
||||||
|
|
||||||
|
config.vm.network :forwarded_port, guest: 80, host_ip: "127.0.0.1", host: 8080
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user