--- a/dev/Vagrantfile Mon Apr 03 15:23:50 2017 +0200
+++ b/dev/Vagrantfile Mon Apr 03 15:29:30 2017 +0200
@@ -29,6 +29,8 @@
# using a specific IP.
# config.vm.network "private_network", ip: "192.168.33.10"
config.vm.network :private_network, ip: (ENV['VM_IP'] || context['vm_ip'] || "172.16.1.6")
+# config.vm.network :private_network, ip: (ENV['VM_IP'] || context['vm_ip'] || "172.16.1.6"), virtualbox__intnet: true, adapter: "1"
+# config.vm.network :private_network, ip: (ENV['VM_IP'] || context['vm_ip'] || "172.16.1.6"), virtualbox__intnet: true
# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine. In the example below,
@@ -36,6 +38,7 @@
# config.vm.network "forwarded_port", guest: 80, host: 8080
default_ports = {
80 => 40000,
+ 22 => 22220,
443 => 44300,
3306 => 33060,
5432 => 54320,