Skip to content

Commit

Permalink
Merge pull request SyneRBI#126 from CCPPETMR/forward_gadgetron_port
Browse files Browse the repository at this point in the history
forward ports for Gadgetron
  • Loading branch information
paskino authored Apr 23, 2019
2 parents 2ea81b0 + 1705be8 commit a68661f
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 a68661f

Please sign in to comment.