Changing MySQL port forwarding to 3307 to avoid conflicts with existing MySQL instance on the host.

This commit is contained in:
Axel DE VIGNON 2017-09-27 12:39:41 +02:00
parent 4e3a2ae226
commit 7639f73a1d

2
Vagrantfile vendored
View file

@ -36,7 +36,7 @@ Vagrant.configure("2") do |config|
config.vm.network "forwarded_port", guest: 8081, host: 8081
config.vm.network "forwarded_port", guest: 8082, host: 8082
# MySQL port
config.vm.network "forwarded_port", guest: 3306, host: 3306
config.vm.network "forwarded_port", guest: 3307, host: 3306
# Postfix SMTP port
config.vm.network "forwarded_port", guest: 25, host: 2525
# Mailcatcher SMTP port