forward rabbitmq webadmin port from vagrant box
This commit is contained in:
parent
5fe414133e
commit
3270b43578
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue