Skip to content

Commit 2eb8b82

Browse files
committed
forward 4567
1 parent 77e3382 commit 2eb8b82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Vagrant.configure(2) do |config|
1414
# boxes at https://atlas.hashicorp.com/search.
1515
config.vm.box = "mast3rof0/lubuntu64"
1616

17+
config.vm.network "forwarded_port", :guest => 4567, :host => 4567
18+
1719
#copy files
1820
config.vm.provision "file", :source => 'provision/autostart',
1921
:destination => '/home/vagrant/.config/lxsession/Lubuntu/autostart'

0 commit comments

Comments
 (0)