diff options
author | Roald de Vries <rdevries@thoughtworks.com> | 2016-08-18 14:15:04 +0200 |
---|---|---|
committer | Roald de Vries <rdevries@thoughtworks.com> | 2016-08-18 14:15:04 +0200 |
commit | fad500c6c9b4d67a9093c7d070ebf109ebfc9421 (patch) | |
tree | 230fa6284a95859dc8475b62da15d490f94b6513 /Vagrantfile | |
parent | cc120b5e899553ef34cfce0882586c13505e11aa (diff) |
forward pixelated's api port (4430) from vagrant box
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile index 25f26b3b..6f3cf23c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -42,6 +42,7 @@ Vagrant.configure("2") do |config| config.vm.network "forwarded_port", guest: 443, host:4443 # forward pixelated ports config.vm.network "forwarded_port", guest: 8080, host:8080 + config.vm.network "forwarded_port", guest: 4430, host:4430 config.vm.define :"leap_platform", primary: true do |leap_vagrant| end |