Skip to content

Commit 5ff4e2e

Browse files
committed
Use proper port
1 parent 66ea85e commit 5ff4e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
2020
virtualbox.vm.network :private_network, ip: "10.0.1.2"
2121
virtualbox.vm.network :public_network, ip: "172.16.1.3"
2222

23-
virtualbox.vm.network "forwarded_port", guest: 8080, host: 8080
23+
virtualbox.vm.network "forwarded_port", guest: 8000, host: 8000
2424

2525
virtualbox.vm.provision :shell,
2626
:inline => "(grep -q -E '^mesg n$' /root/.profile && " \

0 commit comments

Comments
 (0)