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:40:17 +02:00
parent 7639f73a1d
commit 01b4f9ae50

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: 3307, host: 3306
config.vm.network "forwarded_port", guest: 3306, host: 3307
# Postfix SMTP port
config.vm.network "forwarded_port", guest: 25, host: 2525
# Mailcatcher SMTP port