Skip to content

Commit

Permalink
[vagrant] use 8080 port
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen authored Feb 25, 2020
1 parent dd6967f commit 816ecec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Vagrant.configure("2") do |config|
# within the machine from a port on the host machine. In the example below,
# accessing "localhost:8080" will access port 80 on the guest machine.
# NOTE: This will enable public access to the opened port
config.vm.network "forwarded_port", guest: 80, host: 32768
config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.network "forwarded_port", guest: 9229, host: 9229 # debugger

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

0 comments on commit 816ecec

Please sign in to comment.