Skip to content

Commit 4ade689

Browse files
committed
port forward 4444.
1 parent a65a492 commit 4ade689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
Vagrant.configure(2) do |config|
55
config.vm.box = "phusion/ubuntu-14.04-amd64"
6+
config.vm.network :forwarded_port, guest: 4444, host: 4444
67
config.vm.provision :chef_apply do |chef|
78
chef.version = "latest"
89
chef.install = "force"

0 commit comments

Comments
 (0)