Skip to content

Commit

Permalink
Moving the port forward to avoid conflict with the v4 vm
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Sep 19, 2023
1 parent df9e4da commit 8658b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3.3.2/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SCRIPT
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.ssh.insert_key = false
config.vm.network "forwarded_port", guest_ip: "127.0.0.1", guest: 9001, host: 9002, host_ip: "127.0.0.1", id: "bsfw"
config.vm.network "forwarded_port", guest_ip: "127.0.0.1", guest: 9001, host: 9005, host_ip: "127.0.0.1", id: "bsfw"
config.vm.provider "virtualbox" do |v|
v.memory = 2048
end
Expand Down

0 comments on commit 8658b26

Please sign in to comment.