We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e3382 commit 2eb8b82Copy full SHA for 2eb8b82
Vagrantfile
@@ -14,6 +14,8 @@ Vagrant.configure(2) do |config|
14
# boxes at https://atlas.hashicorp.com/search.
15
config.vm.box = "mast3rof0/lubuntu64"
16
17
+ config.vm.network "forwarded_port", :guest => 4567, :host => 4567
18
+
19
#copy files
20
config.vm.provision "file", :source => 'provision/autostart',
21
:destination => '/home/vagrant/.config/lxsession/Lubuntu/autostart'
0 commit comments