Skip to content

Commit

Permalink
forward ports for Gadgetron
Browse files Browse the repository at this point in the history
  • Loading branch information
paskino authored Apr 23, 2019
1 parent 2ea81b0 commit 1705be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Vagrant.configure("2") do |config|

# Forward port for jupyter notebooks
config.vm.network "forwarded_port", guest: 8888, host: 8888
config.vm.network "forwarded_port", guest: 9001, host: 9001, protocol: "tcp"
config.vm.network "forwarded_port", guest: 9002, host: 9002, protocol: "tcp"

# Create a private network, which allows host-only access to the machine
# using a specific IP.
Expand Down

0 comments on commit 1705be8

Please sign in to comment.