Browse Source

fix port forwarding

tags/v1.5.4
Jonathan Cobb 3 years ago
parent
commit
6170d608a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Vagrantfile

+ 1
- 1
Vagrantfile View File

@@ -37,7 +37,7 @@ Vagrant.configure("2") do |config|

# Forward ports
port = ENV['BUBBLE_PORT'] || 8090
config.vm.network "forwarded_port", guest: port, host: port, host: '127.0.0.1'
config.vm.network "forwarded_port", guest: port, host: port

# Update system
config.vm.provision :shell do |s|


Loading…
Cancel
Save