Skip to content

Commit

Permalink
merge #59
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Jan 23, 2015
2 parents 33e8c6c + a23cd22 commit 00105a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Vagrant.configure(2) do |config|
config.vm.hostname = WP_HOSTNAME
config.vm.network :private_network, ip: WP_IP

config.vm.synced_folder ".", "/vagrant", :mount_options => ['dmode=755', 'fmode=644']
config.vm.synced_folder "www/wordpress/", DOCUMENT_ROOT, :create => "true", :mount_options => ['dmode=755', 'fmode=644']

if Vagrant.has_plugin?("vagrant-hostsupdater")
Expand Down

0 comments on commit 00105a5

Please sign in to comment.