mastodon-vagrant-box/Vagrantfile

6 lines
189 B
Ruby

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