Skip to content

Instantly share code, notes, and snippets.

@thom8
Created September 12, 2017 03:58
Show Gist options
  • Save thom8/48f4655bf7e0e8ea643fabcaf209efc2 to your computer and use it in GitHub Desktop.
Save thom8/48f4655bf7e0e8ea643fabcaf209efc2 to your computer and use it in GitHub Desktop.
Drupal VM - local port forwarding
Vagrant.configure('2') do |config|
config.vm.network 'forwarded_port', guest: 80, host: 8000, auto_correct: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment