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 -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -