Vagrantfile 189 B

123456
  1. Vagrant.configure('2') do |config|
  2. config.vm.box = 'builds/virtualbox-mastodon-ubuntu1604.box'
  3. config.vm.box_check_update = true
  4. config.vm.network 'private_network', type: 'dhcp'
  5. end