Bind the same port for web interface for guest & host

This means the URL given will be accurate.
pull/11/head
Matthew Strasiotto 4 years ago
parent ef4bbfc1ef
commit ebdd6952e6

@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
# By connecting to localhost:8080 from the host, we can access the guest's
# webserver.
config.vm.network :forwarded_port, guest: 5000, host: 8080
config.vm.network :forwarded_port, guest: 5000, host: 5000
config.vm.network :forwarded_port, guest: 22, host: 5522
config.vm.network :forwarded_port, guest: 6543, host: 6543

Loading…
Cancel
Save