Commit 6d4f3639aa7a868b175423e90c16fb39ff42258a
1 parent
72d709d7
Exists in
master
and in
90 other branches
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,4 +13,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | ||
| 13 | end | 13 | end |
| 14 | 14 | ||
| 15 | config.vm.provision 'shell', path: 'vagrant.sh' | 15 | config.vm.provision 'shell', path: 'vagrant.sh' |
| 16 | + | ||
| 17 | + config.vm.network :forwarded_port, guest: 8000, host: 8000 # Colab (runserver) | ||
| 16 | end | 18 | end |