forward rabbitmq webadmin port from vagrant box

This commit is contained in:
Jan Dittberner 2015-10-11 15:27:46 +02:00
parent 5fe414133e
commit 3270b43578

1
Vagrantfile vendored
View file

@ -26,6 +26,7 @@ Vagrant.configure(2) do |config|
# accessing "localhost:8080" will access port 80 on the guest machine.
config.vm.network "forwarded_port", guest: 443, host: 8443
config.vm.network "forwarded_port", guest: 8000, host: 8000
config.vm.network "forwarded_port", guest: 15672, host: 15672
# Create a private network, which allows host-only access to the machine
# using a specific IP.