mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Forward MySQL 3306 to port 33060 on host
This commit is contained in:
parent
ba5fd7f6e6
commit
30153bb69f
1 changed files with 2 additions and 0 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -10,6 +10,8 @@ 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"
|
||||
config.bindfs.bind_folder "/vagrant", "/vagrant"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue