Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Commit

Permalink
port forward for vagrant, localhost:3001 > vm:3000
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean committed Sep 15, 2011
1 parent b6a331b commit dc855ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Expand Up @@ -21,6 +21,8 @@ Vagrant::Config.run do |config|
# computers to access the VM, whereas host only networking does not.
# config.vm.forward_port "http", 80, 8080

config.vm.forward_port "rails", 3000, 3001

# Share an additional folder to the guest VM. The first argument is
# an identifier, the second is the path on the guest to mount the
# folder, and the third is the path on the host to the actual folder.
Expand Down

0 comments on commit dc855ae

Please sign in to comment.