We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ea85e commit 5ff4e2eCopy full SHA for 5ff4e2e
1 file changed
Vagrantfile
@@ -20,7 +20,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
20
virtualbox.vm.network :private_network, ip: "10.0.1.2"
21
virtualbox.vm.network :public_network, ip: "172.16.1.3"
22
23
- virtualbox.vm.network "forwarded_port", guest: 8080, host: 8080
+ virtualbox.vm.network "forwarded_port", guest: 8000, host: 8000
24
25
virtualbox.vm.provision :shell,
26
:inline => "(grep -q -E '^mesg n$' /root/.profile && " \
0 commit comments