virtual machine - vagrant - Vagrantfile: sync multiple folders -


i have tried following sync multiple folders host guest machine. 1 folder getting synced, later one.

config.vm.synced_folder "host/site1", "/var/www/site1"   config.vm.synced_folder "host/site2", "/var/www/site2" 


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

asp.net mvc - Cannot display error message on Editor or EditorFor -

portaudio - How to enable WASAPI exclusive mode in pyaudio -