How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "dmiranda/ubuntu-22.04-php8"
end
vagrant init dmiranda/ubuntu-22.04-php8
vagrant up
This version was created 6 months ago.
(root @ root)
localhost/phpmyadmin
guest: 80, host: 80, host_ip: "127.0.0.1"
guest: 443, host: 443, host_ip: "127.0.0.1"
guest: 3306, host: 3306, host_ip: "127.0.0.1"
This version was created 7 months ago.
(root @ root)
localhost/phpmyadmin
guest: 80, host: 80, host_ip: "127.0.0.1"
guest: 443, host: 443, host_ip: "127.0.0.1"
guest: 3306, host: 3306, host_ip: "127.0.0.1"