How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mindpointgroup/ubuntu2004_postgres12_base"
end
vagrant init mindpointgroup/ubuntu2004_postgres12_base
vagrant up
This version was created over 3 years ago.
Fixed missing acl package and added data folders
This version was created over 3 years ago.
Initial version