Forward the Mumble port.

This commit is contained in:
2013-11-06 23:58:01 +00:00
parent 1bc7fd59c3
commit a8a139a39d

1
Vagrantfile vendored
View File

@@ -4,4 +4,5 @@
Vagrant.configure("2") do |config|
config.vm.box = "base"
config.vm.provision :shell, :path => ".vagrant/provision.sh"
config.vm.network "forwarded_port", guest: 64738, host: 64738
end