Sfoglia il codice sorgente

fix port forwarding

tags/v1.5.4
Jonathan Cobb 3 anni fa
parent
commit
6170d608a3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Vagrantfile

+ 1
- 1
Vagrantfile Vedi 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|


Caricamento…
Annulla
Salva