forked from wolfSSL/wolfssl
fixes trailing white spaces.
adds port mapping in Vagrantfile.
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -45,4 +45,6 @@ VAGRANTFILE_API_VERSION = "2"
|
|||||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
config.vm.box = "hashicorp/precise64"
|
config.vm.box = "hashicorp/precise64"
|
||||||
config.vm.provision "shell", inline: $setup
|
config.vm.provision "shell", inline: $setup
|
||||||
|
config.vm.network "forwarded_port", guest: 11111, host: 33333
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user