Skip to content

Commit

Permalink
forward port 5673 in vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Feb 23, 2018
1 parent 6e66b83 commit 767c55d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |vb|
vb.memory = "1024"
end
config.vm.network :forwarded_port, guest: 5673, host: 5673
config.vm.provision "shell", inline: <<-SHELL
apt-key adv --keyserver keys.gnupg.net --recv-keys 09617FD37CC06B54
echo "deb https://dist.crystal-lang.org/apt crystal main" > /etc/apt/sources.list.d/crystal.list
Expand Down

0 comments on commit 767c55d

Please sign in to comment.