Vagrant::Config.run do |config| config.vm.box = "ubuntu-1204" config.vm.forward_port 8080, 8080 end