Update Vagrantfile
This commit is contained in:
parent
f86467c1fb
commit
9ff87bbe3f
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -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.
|
||||||
|
|
Reference in a new issue