Commit 6d4f3639aa7a868b175423e90c16fb39ff42258a

Authored by Antonio Terceiro
1 parent 72d709d7

Missed port forwarding

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
Vagrantfile
... ... @@ -13,4 +13,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
13 13 end
14 14  
15 15 config.vm.provision 'shell', path: 'vagrant.sh'
  16 +
  17 + config.vm.network :forwarded_port, guest: 8000, host: 8000 # Colab (runserver)
16 18 end
... ...