Explorar el Código

fix port forwarding

tags/v1.5.4
Jonathan Cobb hace 3 años
padre
commit
6170d608a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Vagrantfile

+ 1
- 1
Vagrantfile Ver fichero

@@ -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|


Cargando…
Cancelar
Guardar