Skip to content

Instantly share code, notes, and snippets.

@raisen
Created March 17, 2018 17:58
Show Gist options
  • Save raisen/58a71910ec02c75b12b1201a981bef66 to your computer and use it in GitHub Desktop.
Save raisen/58a71910ec02c75b12b1201a981bef66 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64"
config.vm.box_version = "20161221.0.0"
config.vm.network "private_network", ip: "192.168.33.10"
config.vm.hostname = "removed"
config.vm.synced_folder ".", "/var/www"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment