python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why does adding php:"" to homestead.yaml create a 502 error?
I'm using homestead on macos monterey. I have php 8.1 in my vagrant box but would like to check a site with another php version. I tried
- map: site.test
to: /home/vagrant/code/site
php: &...
Martyn
Votes: 0
Answers: 0
vagrant cannot find ansible on Mac OS Monterey
I have a new MacBook running OS Monterey and I'm trying to install a project in vagrant.
I have a completely clean install of the OS and I've downloaded the resources from GitHub. I previously had an ...
Morgan SP
Votes: 0
Answers: 2
The IP address configured for the host-only network is not within the allowed ranges
I got this error when I run vagrant up on my macOS:
The IP address configured for the host-only network is not within the
allowed ranges. Please update the address used to be within the
allowed range...
Hongbo Miao
Votes: 0
Answers: 9
What is the difference between hashicorp/precise64 and hashicorp/bionic64?
I found some online tutorial is using vagrant init hashicorp/bionic64 or vagrant init hashicorp/precise64 to initialize Vagrant.
I only found these info about these two boxes:
https://app.vagrantup.c...
Hongbo Miao
Votes: 0
Answers: 1