summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-01-10 08:23:38 -0700
committermo khan <mo@mokhan.ca>2015-01-10 08:23:38 -0700
commitca96fffd019259e9c43e9d7304b5eb24bf076f38 (patch)
tree4533c373768ae1024d9e79e6716a49ffea754717 /Vagrantfile
parent96d97a0d83dc529d530a83f9106a9f9cd0927d7b (diff)
use unicorn.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index dd4a8c2..a4f760a 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
# within the machine from a port on the host machine. In the example below,
# accessing "localhost:8080" will access port 80 on the guest machine.
#config.vm.network :forwarded_port, guest: 80, host: 8080
- config.vm.network :forwarded_port, guest: 3000, host: 3000
+ config.vm.network :forwarded_port, guest: 5000, host: 3000
config.vm.provision :shell, :path => 'bin/bootstrap.sh'
config.ssh.forward_agent = true