How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "seeTolight/lnmp"
config.vm.box_version = "1.0.0"
end
vagrant init seeTolight/lnmp \
--box-version 1.0.0
vagrant up
This version was created over 1 year ago.
CentOS8.5.2 PHP7.4.15 redis6.2.12 nginx1.14.1 composer 2.5.5