Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save goodbabies/f73a17934021e1174ea01b98d4c6a351 to your computer and use it in GitHub Desktop.
Save goodbabies/f73a17934021e1174ea01b98d4c6a351 to your computer and use it in GitHub Desktop.
Vagrantfile
config.vm.box = "CentOS7.0"
config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.network "private_network", ip: "192.168.33.11"
config.vm.synced_folder "./app/", "/vagrant"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment