There was an error while loading. Please reload this page.
1 parent 93c8bba commit 243aa46Copy full SHA for 243aa46
deployments-balancer/Vagrantfile
@@ -3,7 +3,7 @@
3
4
Vagrant.configure("2") do |config|
5
# Base VM OS configuration.
6
- config.vm.box = "geerlingguy/ubuntu1404"
+ config.vm.box = "geerlingguy/ubuntu1804"
7
config.vm.synced_folder '.', '/vagrant', disabled: true
8
config.ssh.insert_key = false
9
0 commit comments