Skip to content

Commit 816ecec

Browse files
authored
[vagrant] use 8080 port
1 parent dd6967f commit 816ecec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Vagrant.configure("2") do |config|
2424
# within the machine from a port on the host machine. In the example below,
2525
# accessing "localhost:8080" will access port 80 on the guest machine.
2626
# NOTE: This will enable public access to the opened port
27-
config.vm.network "forwarded_port", guest: 80, host: 32768
27+
config.vm.network "forwarded_port", guest: 80, host: 8080
2828
config.vm.network "forwarded_port", guest: 9229, host: 9229 # debugger
2929

3030
# Share an additional folder to the guest VM. The first argument is

0 commit comments

Comments
 (0)