Update Vagrantfile

This commit is contained in:
Axel 2020-01-22 11:57:46 +01:00 committed by GitHub
parent f86467c1fb
commit 9ff87bbe3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Vagrantfile vendored
View file

@ -13,7 +13,7 @@ Vagrant.configure("2") do |config|
# Every Vagrant development environment requires a box. You can search for # Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search. # boxes at https://atlas.hashicorp.com/search.
config.vm.box = "axeloz/ubuntu-server-16.04" config.vm.box = "hashicorp/bionic64"
config.landrush.enabled = true config.landrush.enabled = true
config.landrush.tld = 'vm' config.landrush.tld = 'vm'
@ -76,7 +76,7 @@ Vagrant.configure("2") do |config|
#vb.gui = true #vb.gui = true
# #
# # Customize the amount of memory on the VM: # # Customize the amount of memory on the VM:
vb.memory = "1024" vb.memory = "2048"
vb.name = "w_vagrant_lamp" vb.name = "w_vagrant_lamp"
# Fixing issue of VM loosing sync of the date and time while sleeping. # Fixing issue of VM loosing sync of the date and time while sleeping.