mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +01:00
Removed virtualbox host port mapping for mysql
This commit is contained in:
parent
3399f3e223
commit
fb378cbb9c
1 changed files with 0 additions and 2 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -20,8 +20,6 @@ Vagrant.configure("2") do |config|
|
|||
|
||||
config.vm.provision "shell", path: "vagrant/install.sh"
|
||||
|
||||
config.vm.network "forwarded_port", guest: 3306, host: 33060
|
||||
|
||||
config.vm.synced_folder "../pony.fm.files", "/vagrant-files", type: "nfs"
|
||||
config.bindfs.bind_folder "/vagrant", "/vagrant"
|
||||
|
||||
|
|
Loading…
Reference in a new issue